+ indentation
This commit is contained in:
Daniel (Fourdee) 2018-04-21 08:29:21 +01:00
parent eccea8a911
commit 60bcca54eb

View file

@ -979,12 +979,12 @@ setAdminFlag() {
"On (Recommended)")
echo -e " ${INFO} Web Server On"
# set it to true, as clearly seen below.
INSTALL_WEB_SERVER=true
INSTALL_WEB_SERVER=true
;;
Off)
echo -e " ${INFO} Web Server Off"
# or false
INSTALL_WEB_SERVER=false
INSTALL_WEB_SERVER=false
;;
esac
fi