Call secondary update script after pull

This commit is contained in:
Promofaux 2016-04-08 23:43:22 +01:00
parent a04b7c4e99
commit 5ab54012d5

View file

@ -24,6 +24,7 @@ if [[ $LOCAL = $REMOTE ]]; then
elif [[ $LOCAL = $BASE ]]; then
echo "Updating Pi-hole..."
git pull
/opt/pihole/updatePiholeSecondary.sh
elif [[ $REMOTE = $BASE ]]; then
: # Need to push, so do nothing
else