diff options
-rw-r--r-- | scripts/auto-build/run-automated-builder-cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/run-automated-builder-cron b/scripts/auto-build/run-automated-builder-cron index bcee3224..b3e77fdd 100644 --- a/scripts/auto-build/run-automated-builder-cron +++ b/scripts/auto-build/run-automated-builder-cron @@ -11,7 +11,7 @@ SCRIPT_DIR=$(echo $0 | sed 's|\(.*\)/.*$|\1|') SCRIPT_DIR=${HOME}/auto-build/pd-extended/scripts/auto-build BUILD_SCRIPT=run-automated-builder -LOGFILE=/home/pd/logs//${DATE}_${TIME}_${SYSTEM}_${HOSTNAME}_${BUILD_SCRIPT}.txt +LOGFILE=${HOME}/logs/${DATE}_${TIME}_${SYSTEM}_${HOSTNAME}_${BUILD_SCRIPT}.txt # update the script from SVN before running it svn cleanup $SCRIPT_DIR > $LOGFILE 2>&1 |