Enable kill mode.

This commit is contained in:
2025-10-14 11:50:50 -07:00
parent 45915d2914
commit b734be4054

View File

@@ -18,9 +18,9 @@ echo "* Pull status is '$status'."
if [[ $status != 0 ]]; then
echo "* Site is already up to date, exiting."
exit 0
#else
# # Kill node.js which will complete run.sh and restart any Docker containers.
# pkill node
else
# Kill node.js which will complete run.sh and restart any Docker containers.
pkill node
fi
exit 0