Conventional pull on upgrade

This commit is contained in:
Bob Mottram 2016-10-13 23:46:10 +01:00
parent b4a115a896
commit be05e74c6d
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ if [ -d $PROJECT_DIR ]; then
cd $PROJECT_DIR
rm -rf $PROJECT_DIR/locale/*
git checkout stockholm
git_pull $PROJECT_REPO
# TODO after stockholm merge change this to git_pull
git pull $PROJECT_REPO
make install
${PROJECT_NAME} -c $CONFIGURATION_FILE
fi