fix indentation, extra spaces and add comment
This commit is contained in:
@@ -349,6 +349,7 @@ read -p ": " option
|
|||||||
read -p "[y/N]: " answer
|
read -p "[y/N]: " answer
|
||||||
case $answer in
|
case $answer in
|
||||||
y)
|
y)
|
||||||
|
echo "Stopping xo-server..."
|
||||||
/bin/systemctl stop xo-server || { echo "failed to stop service, exiting..." ; exit 1; }
|
/bin/systemctl stop xo-server || { echo "failed to stop service, exiting..." ; exit 1; }
|
||||||
;;
|
;;
|
||||||
n)
|
n)
|
||||||
|
Reference in New Issue
Block a user