Enable kill mode.
This commit is contained in:
@@ -18,9 +18,9 @@ echo "* Pull status is '$status'."
|
|||||||
if [[ $status != 0 ]]; then
|
if [[ $status != 0 ]]; then
|
||||||
echo "* Site is already up to date, exiting."
|
echo "* Site is already up to date, exiting."
|
||||||
exit 0
|
exit 0
|
||||||
#else
|
else
|
||||||
# # Kill node.js which will complete run.sh and restart any Docker containers.
|
# Kill node.js which will complete run.sh and restart any Docker containers.
|
||||||
# pkill node
|
pkill node
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user