Ask pihole-FTL for the branch it was compiled from instead of trusting the checkout file to be present.

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/3271/head
DL6ER 4 years ago
parent 3cc9ba4ee8
commit 176fbaf83b
No known key found for this signature in database
GPG Key ID: FB60471F0575164A

@ -119,7 +119,7 @@ getLocalBranch(){
# Local FTL btranch is stored in /etc/pihole/ftlbranch
if [[ "$1" == "FTL" ]]; then
branch=$(cat /etc/pihole/ftlbranch)
branch="$(pihole-FTL branch)"
else
cd "${directory}" 2> /dev/null || { echo "${DEFAULT}"; return 1; }
branch=$(git rev-parse --abbrev-ref HEAD || echo "$DEFAULT")

Loading…
Cancel
Save