diff options
Diffstat (limited to 'examples/cron/snapshots.sh')
-rwxr-xr-x | examples/cron/snapshots.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cron/snapshots.sh b/examples/cron/snapshots.sh index 00d818cb9..bdf643347 100755 --- a/examples/cron/snapshots.sh +++ b/examples/cron/snapshots.sh @@ -12,7 +12,7 @@ NAME="Debian Live Autobuilder" export DEBEMAIL EMAIL DEBFULLNAME NAME -TEMPDIR="/srv/tmp/svn-snapshots" +TEMPDIR="/srv/tmp/snapshots" SERVER="/srv/debian-unofficial/ftp/debian-live-snapshots" DATE_START="`date -R`" |