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

accidentally a 'shift'

Signed-off-by: Adam Warner <adamw@rner.email>
This commit is contained in:
Adam Warner 2018-04-15 18:37:32 +01:00
parent 33148ba832
commit e49a9096a5
No known key found for this signature in database
GPG Key ID: F5410858022DA5EB

1
pihole
View File

@ -71,6 +71,7 @@ flushFunc() {
}
updatePiholeFunc() {
shift
"${PI_HOLE_SCRIPT_DIR}"/update.sh "$@"
exit 0
}