Merge pull request #2609 from pi-hole/fix/start-service-ftl-checkout

Fix missed start_service -> restart_service call
This commit is contained in:
Adam Warner 2019-02-02 18:27:09 +00:00 committed by GitHub
commit d43c32e9e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"