1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-31 02:10:57 +00:00

Use "pihole-FTL branch" to get FTL's branch

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2017-10-28 13:27:12 +02:00
parent 6ca47dc3b3
commit 709851503f
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

@ -46,7 +46,7 @@ function get_local_branch() {
CORE_BRANCH="$(get_local_branch /etc/.pihole)"
WEB_BRANCH="$(get_local_branch /var/www/html/admin)"
FTL_BRANCH="$(pihole-FTL tag)"
FTL_BRANCH="$(pihole-FTL branch)"
echo "${CORE_BRANCH} ${WEB_BRANCH} ${FTL_BRANCH}" > "/etc/pihole/localbranches"