mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-18 21:30:13 +00:00
Remove erroneous space in chmod command
Fix spacing in help function
This commit is contained in:
parent
57df56dc62
commit
2bc364023a
2 changed files with 46 additions and 45 deletions
3
pihole
3
pihole
|
@ -78,6 +78,7 @@ function versionFunc{
|
||||||
$SUDO /opt/pihole/version.sh
|
$SUDO /opt/pihole/version.sh
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
function helpFunc {
|
function helpFunc {
|
||||||
echo "::: Control all PiHole specific functions!"
|
echo "::: Control all PiHole specific functions!"
|
||||||
echo ":::"
|
echo ":::"
|
||||||
|
@ -95,7 +96,7 @@ function helpFunc {
|
||||||
echo "::: -c, chronometer Calculates stats and displays to an LCD"
|
echo "::: -c, chronometer Calculates stats and displays to an LCD"
|
||||||
echo "::: -h, help Show this help dialog"
|
echo "::: -h, help Show this help dialog"
|
||||||
echo "::: -v, version Show current versions"
|
echo "::: -v, version Show current versions"
|
||||||
echo "::: uninstall Uninstall Pi-Hole from your system!"
|
echo "::: uninstall Uninstall Pi-Hole from your system :(!"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue