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:
parent
98afb0e998
commit
70fd94edb3
@ -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}"
|
||||||
|
Loading…
Reference in New Issue
Block a user