cd before git pull

This commit is contained in:
Zachary Seguin 2016-02-02 09:22:02 -05:00
parent 682003c29d
commit bbf660f586
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ if [ ! -e ${APACHEDIR} ]; then
fi
# Update repository
cd ${WORKDIR}
echo 'Updating repository'
git pull