exec again

This commit is contained in:
David Abutbul
2022-01-29 23:04:29 +02:00
committed by GitHub
parent 7bbb2104b9
commit a5128a504b

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