Fix issue where web interface cannot run gravity (#6345)

This commit is contained in:
Adam Warner 2025-07-14 22:05:18 +01:00 committed by GitHub
commit 18e8396a44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
pihole
View File

@ -552,7 +552,7 @@ case "${1}" in
"enable" ) need_root=0;;
"disable" ) need_root=0;;
"-d" | "debug" ) ;;
"-g" | "updateGravity" ) ;;
"-g" | "updateGravity" ) need_root=0;;
"reloaddns" ) ;;
"reloadlists" ) ;;
"setpassword" ) ;;