diff --git a/cronjob.sh b/cronjob.sh index d94fbad..50ffa5d 100755 --- a/cronjob.sh +++ b/cronjob.sh @@ -26,9 +26,6 @@ function reload-project { ## Main ## -log "Checking for updates..." -cd $DIR - # Pull any updates, and if the project is already up to date, exit successfully. git pull | grep -v "up to date" status="$?"