This commit is contained in:
Martin Donnelly 2016-09-26 14:30:26 +01:00
parent 0ace585ab7
commit 88a9245b51

View File

@ -170,8 +170,8 @@ cd $DEV
# git pull origin master
#fi
if [[ $DATABASE = "YES" ]]; then
if [[ $UPDATE = "YES" ]]; then
fancy_echo "${PURPLE}Updating code...${RESET}"
if [ ! -d "$DEV/$SERVER/.git" ]; then
git clone $GIT_SERVER
else