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

Execute gravity in same shell as installer, don't subshell it.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2016-12-22 11:30:36 -08:00
parent 8f402f5c77
commit ea5ee7b0f9
No known key found for this signature in database
GPG Key ID: 572E999E385B7BFC

View File

@ -822,7 +822,7 @@ runGravity() {
rm /etc/pihole/list.*
fi
echo "::: Running gravity.sh"
/opt/pihole/gravity.sh
{ /opt/pihole/gravity.sh; }
}
create_pihole_user() {