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

1
pihole
View File

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