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
|
@ -167,7 +167,7 @@ checkout() {
|
|||
echo " ${TICK} Branch ${2} exists"
|
||||
echo "${2}" > /etc/pihole/ftlbranch
|
||||
FTLinstall "${binary}"
|
||||
start_service pihole-FTL
|
||||
restart_service pihole-FTL
|
||||
enable_service pihole-FTL
|
||||
else
|
||||
echo " ${CROSS} Requested branch \"${2}\" is not available"
|
||||
|
|
Loading…
Reference in New Issue