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:
parent
8f402f5c77
commit
ea5ee7b0f9
@ -822,7 +822,7 @@ runGravity() {
|
|||||||
rm /etc/pihole/list.*
|
rm /etc/pihole/list.*
|
||||||
fi
|
fi
|
||||||
echo "::: Running gravity.sh"
|
echo "::: Running gravity.sh"
|
||||||
/opt/pihole/gravity.sh
|
{ /opt/pihole/gravity.sh; }
|
||||||
}
|
}
|
||||||
|
|
||||||
create_pihole_user() {
|
create_pihole_user() {
|
||||||
|
Loading…
Reference in New Issue
Block a user