mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 14:34:44 +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 {
|
||||
$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
|
||||
|
|
Loading…
Reference in a new issue