Remove erroneous space in chmod command

Fix spacing in help function
pull/609/head
Promofaux 8 years ago
parent 57df56dc62
commit 2bc364023a

@ -78,6 +78,7 @@ function versionFunc{
$SUDO /opt/pihole/version.sh
exit 1
}
function helpFunc {
echo "::: Control all PiHole specific functions!"
echo ":::"
@ -95,7 +96,7 @@ function helpFunc {
echo "::: -c, chronometer Calculates stats and displays to an LCD"
echo "::: -h, help Show this help dialog"
echo "::: -v, version Show current versions"
echo "::: uninstall Uninstall Pi-Hole from your system!"
echo "::: uninstall Uninstall Pi-Hole from your system :(!"
exit 1
}

Loading…
Cancel
Save