fix indentation, extra spaces and add comment

This commit is contained in:
ronivay
2017-08-29 20:50:04 +03:00
parent 4d2c48129f
commit 4d37ca1edf

View File

@@ -349,6 +349,7 @@ read -p ": " option
read -p "[y/N]: " answer
case $answer in
y)
echo "Stopping xo-server..."
/bin/systemctl stop xo-server || { echo "failed to stop service, exiting..." ; exit 1; }
;;
n)