mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Remove restartdns
: Redux (#5791)
This commit is contained in:
commit
5cef02e60d
@ -777,12 +777,6 @@ gravity_Cleanup() {
|
||||
|
||||
echo -e "${OVER} ${TICK} ${str}"
|
||||
|
||||
# # Only restart DNS service if offline
|
||||
# if ! pgrep pihole-FTL &> /dev/null; then
|
||||
# "${PIHOLE_COMMAND}" restartdns
|
||||
# dnsWasOffline=true
|
||||
# fi
|
||||
|
||||
# Print Pi-hole status if an error occurred
|
||||
if [[ -n "${error}" ]]; then
|
||||
"${PIHOLE_COMMAND}" status
|
||||
|
@ -39,7 +39,9 @@ pihole -g\fR
|
||||
.br
|
||||
pihole status
|
||||
.br
|
||||
pihole restartdns\fR [options]
|
||||
pihole reloaddns\fR
|
||||
.br
|
||||
pihole reloadlists\fR
|
||||
.br
|
||||
\fBpihole\fR (\fBenable\fR|\fBdisable\fR [time])
|
||||
.br
|
||||
|
Loading…
Reference in New Issue
Block a user