whoops didn't update the PID when restarting dvmhost with the scripts;

pull/12/head
Bryan Biedenkapp 4 years ago
parent df1a77129b
commit 1d2b8fb7c0

@ -20,6 +20,7 @@ while [ true ]; do
if [ $ERRNO -ne 0 ]; then
logger "dvmhost start-dvm.sh script failed to start; errno ${ERRNO}"
fi
PID=`cat $PID_FILE`
fi
sleep 5s
done

Loading…
Cancel
Save

Powered by TurnKey Linux.