exec again

This commit is contained in:
David Abutbul 2022-01-29 23:04:29 +02:00 committed by GitHub
parent 7bbb2104b9
commit a5128a504b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,5 +25,5 @@ if [[ ! -f $BBS_ROOT_DIR/config/$CONFIG_NAME ]]; then # Make sure once more, oth
exit 1
else
exec pm2-runtime main.js
exec pm2-runtime main.js
fi