Skip to content

Commit a6b36b2

Browse files
committed
chore: services scripts
1 parent 447155f commit a6b36b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Just to make life a bit easier :P
22

33
setup:
4-
./scripts/setup.sh
4+
bash ./scripts/setup.sh
55

66
delete:
7-
./scripts/setup_delete.sh
7+
bash ./scripts/setup_delete.sh
88

99
update:
10-
./scripts/update.sh
10+
bash ./scripts/update.sh

scripts/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Description=Feedr Bot Service
3232
After=network.target
3333
3434
[Service]
35-
WorkingDirectory=${WORKDIR}/src
36-
ExecStart=${BUN_PATH} run index.ts
35+
WorkingDirectory=${WORKDIR}
36+
ExecStart=${BUN_PATH} run src/index.ts
3737
Restart=on-failure
3838
User=$USER
3939
Environment=NODE_ENV=production

0 commit comments

Comments
 (0)