diff --git a/pihole b/pihole index 0d6a45ce..fb398f29 100755 --- a/pihole +++ b/pihole @@ -80,7 +80,7 @@ reconfigurePiholeFunc() { updateGravityFunc() { "${PI_HOLE_SCRIPT_DIR}"/gravity.sh "$@" - exit 0 + exit $? } queryFunc() {