1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-12 18:59:09 +00:00

Edit message when requested branch of FTL is not available

This commit is contained in:
DL6ER 2017-07-05 19:30:05 +02:00
parent 98afb0e998
commit 70fd94edb3
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

@ -321,7 +321,7 @@ checkout() {
if check_download_exists "$path"; then if check_download_exists "$path"; then
echo " ${TICK} Branch ${2} exists" echo " ${TICK} Branch ${2} exists"
else else
echo " ${CROSS} Branch ${2} doesn't exist" echo " ${CROSS} Requested branch \"${2}\" is not available"
fi fi
FTLinstall "${binary}" "${path}" FTLinstall "${binary}" "${path}"