mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-24 22:00:17 +00:00
accidentally a 'shift'
Signed-off-by: Adam Warner <adamw@rner.email>
This commit is contained in:
parent
33148ba832
commit
e49a9096a5
1 changed files with 1 additions and 0 deletions
1
pihole
1
pihole
|
@ -71,6 +71,7 @@ flushFunc() {
|
||||||
}
|
}
|
||||||
|
|
||||||
updatePiholeFunc() {
|
updatePiholeFunc() {
|
||||||
|
shift
|
||||||
"${PI_HOLE_SCRIPT_DIR}"/update.sh "$@"
|
"${PI_HOLE_SCRIPT_DIR}"/update.sh "$@"
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue