1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 06:48:07 +00:00

Fix spelling mistake, remove unaccessed function.

This commit is contained in:
Promofaux 2016-04-03 18:25:39 +01:00
parent ad8573c739
commit 5976b20aec

7
pihole
View File

@ -53,7 +53,7 @@ function updateDashboardFunc {
}
function updateGravityFunc {
$SUDO /opt/pihole/gravish.sh
$SUDO /opt/pihole/gravity.sh
exit 1
}
@ -66,10 +66,7 @@ function chronometerFunc {
$SUDO /opt/pihole/chronometer.sh
exit 1
}
function gravityFunc {
$SUDO /opt/pihole/gravity.sh
exit 1
}
function uninstallFunc {
$SUDO /opt/pihole/uninstall.sh