Skip to content

Commit

Permalink
Get rid of bin/bash
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-ismagilov committed Nov 27, 2023
1 parent fee4404 commit 238b68b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/cloud-instance-docker/live.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
#!/bin/bash

exec java -jar live.jar --port=8080 --config-directory=config --creds=creds.json
2 changes: 1 addition & 1 deletion src/cloud-instance-docker/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ port=127.0.0.1:9001
password=%(ENV_PASSWORD)s

[program:overlay]
command=/workspace/live.sh
command=/bin/bash /workspace/live.sh
directory=/workspace
autostart=false
autorestart=false
Expand Down

0 comments on commit 238b68b

Please sign in to comment.