Update pihole-sync

This commit is contained in:
2021-05-31 21:14:50 -05:00
parent 3e1e94a9b6
commit d8a2b0cdc0

View File

@@ -93,7 +93,7 @@ pull_initialize () {
# Remove -q option if you don't want to run in "quiet" mode
git fetch --all -q
git reset --hard origin/master -q
git reset --hard origin/main -q
# Stop DNS server
$SUDO service pihole-FTL stop