I learn fast, but need slow explaining

This commit is contained in:
David Abutbul
2022-01-29 21:59:20 +02:00
committed by GitHub
parent dc69ef57dc
commit 7bbb2104b9

View File

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