mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-21 21:53:43 +00:00
Update pihole
Co-authored-by: yubiuser <github@yubiuser.dev> Signed-off-by: Adam Warner <github@adamwarner.co.uk>
This commit is contained in:
parent
be00f3e723
commit
84a659dfac
1 changed files with 1 additions and 1 deletions
2
pihole
2
pihole
|
@ -149,7 +149,7 @@ versionFunc() {
|
||||||
|
|
||||||
reloadDNS() {
|
reloadDNS() {
|
||||||
local svcOption svc str output status pid icon FTL_PID_FILE
|
local svcOption svc str output status pid icon FTL_PID_FILE
|
||||||
svcOption="${1:-restart}"
|
svcOption="${1:-reload}"
|
||||||
|
|
||||||
# get the current path to the pihole-FTL.pid
|
# get the current path to the pihole-FTL.pid
|
||||||
FTL_PID_FILE="$(getFTLConfigValue files.pid)"
|
FTL_PID_FILE="$(getFTLConfigValue files.pid)"
|
||||||
|
|
Loading…
Reference in a new issue