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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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