mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-18 05:10:13 +00:00
Minor
+ indentation
This commit is contained in:
parent
eccea8a911
commit
60bcca54eb
1 changed files with 2 additions and 2 deletions
|
@ -979,12 +979,12 @@ setAdminFlag() {
|
||||||
"On (Recommended)")
|
"On (Recommended)")
|
||||||
echo -e " ${INFO} Web Server On"
|
echo -e " ${INFO} Web Server On"
|
||||||
# set it to true, as clearly seen below.
|
# set it to true, as clearly seen below.
|
||||||
INSTALL_WEB_SERVER=true
|
INSTALL_WEB_SERVER=true
|
||||||
;;
|
;;
|
||||||
Off)
|
Off)
|
||||||
echo -e " ${INFO} Web Server Off"
|
echo -e " ${INFO} Web Server Off"
|
||||||
# or false
|
# or false
|
||||||
INSTALL_WEB_SERVER=false
|
INSTALL_WEB_SERVER=false
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue