Merge pull request #864 from nardis556/master

Update entrypoint.sh
twitch-chat-fix
Glassed Silver 2 years ago committed by GitHub
commit 78b29a76b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
set -eu set -eu
CMD="npm start" CMD="npm start && pm2 start"
# if the first arg starts with "-" pass it to program # if the first arg starts with "-" pass it to program
if [ "${1#-}" != "$1" ]; then if [ "${1#-}" != "$1" ]; then

Loading…
Cancel
Save