mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +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
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