Update mongodb.tpl

This commit is contained in:
midoks 2021-11-23 18:55:00 +08:00
parent 8318e0cf2e
commit 5f3beaefe0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ app_stop(){
else
PID=$(cat $PIDFILE)
echo "Stopping ..."
$CLIEXEC shutdown
kill -9 $PID
while [ -x /proc/${PID} ]
do
echo "Waiting for Redis to shutdown ..."