mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-25 22:09:49 +00:00
Fix spelling mistake, remove unaccessed function.
This commit is contained in:
parent
ad8573c739
commit
5976b20aec
1 changed files with 2 additions and 5 deletions
7
pihole
7
pihole
|
@ -53,7 +53,7 @@ function updateDashboardFunc {
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateGravityFunc {
|
function updateGravityFunc {
|
||||||
$SUDO /opt/pihole/gravish.sh
|
$SUDO /opt/pihole/gravity.sh
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -66,10 +66,7 @@ function chronometerFunc {
|
||||||
$SUDO /opt/pihole/chronometer.sh
|
$SUDO /opt/pihole/chronometer.sh
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
function gravityFunc {
|
|
||||||
$SUDO /opt/pihole/gravity.sh
|
|
||||||
exit 1
|
|
||||||
}
|
|
||||||
|
|
||||||
function uninstallFunc {
|
function uninstallFunc {
|
||||||
$SUDO /opt/pihole/uninstall.sh
|
$SUDO /opt/pihole/uninstall.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue