pass argument from pihole command to gravity for -f check

This commit is contained in:
Promofaux
2016-08-19 23:06:56 +01:00
parent 475d016029
commit 6796b8bdad
2 changed files with 3 additions and 3 deletions

2
pihole
View File

@@ -53,7 +53,7 @@ function updateDashboardFunc {
}
function updateGravityFunc {
$SUDO /opt/pihole/gravity.sh
$SUDO /opt/pihole/gravity.sh "$@"
exit 1
}