mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Merge pull request #1014 from pi-hole/fix/Gravity_in_shell
Execute gravity in same shell as installer, don't subshell it.
This commit is contained in:
commit
a74e48a138
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue