mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-25 08:40:12 +00:00
Fix missed start_service -> restart_service call
start_service was changed to restart_service. Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
parent
fb3d871553
commit
5c4ee23795
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ checkout() {
|
||||||
echo " ${TICK} Branch ${2} exists"
|
echo " ${TICK} Branch ${2} exists"
|
||||||
echo "${2}" > /etc/pihole/ftlbranch
|
echo "${2}" > /etc/pihole/ftlbranch
|
||||||
FTLinstall "${binary}"
|
FTLinstall "${binary}"
|
||||||
start_service pihole-FTL
|
restart_service pihole-FTL
|
||||||
enable_service pihole-FTL
|
enable_service pihole-FTL
|
||||||
else
|
else
|
||||||
echo " ${CROSS} Requested branch \"${2}\" is not available"
|
echo " ${CROSS} Requested branch \"${2}\" is not available"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue