mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-29 01:23:18 +00:00
Call secondary update script after pull
This commit is contained in:
parent
0dd5970f49
commit
0ba6e59888
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ if [[ $LOCAL = $REMOTE ]]; then
|
||||||
elif [[ $LOCAL = $BASE ]]; then
|
elif [[ $LOCAL = $BASE ]]; then
|
||||||
echo "Updating Pi-hole..."
|
echo "Updating Pi-hole..."
|
||||||
git pull
|
git pull
|
||||||
|
/opt/pihole/updatePiholeSecondary.sh
|
||||||
elif [[ $REMOTE = $BASE ]]; then
|
elif [[ $REMOTE = $BASE ]]; then
|
||||||
: # Need to push, so do nothing
|
: # Need to push, so do nothing
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue