store checked out FTL branch in /etc/pihole/ftlbranch

Signed-off-by: Adam Warner <adamw@rner.email>
pull/2030/head
Adam Warner 6 years ago
parent aed20cf7c6
commit 246d5cd587
No known key found for this signature in database
GPG Key ID: F5410858022DA5EB

@ -332,6 +332,7 @@ checkout() {
if check_download_exists "$path"; then
echo " ${TICK} Branch ${2} exists"
echo "${2}" > /etc/pihole/ftlbranch
FTLinstall "${binary}" "${path}"
else
echo " ${CROSS} Requested branch \"${2}\" is not available"

Loading…
Cancel
Save