change dir format to include time

r42934
suites/ascii
Joey Hess 19 years ago
parent 1df9052ee0
commit cdb2e5eee3
  1. 2
      build/daily-build

@ -15,7 +15,7 @@ if [ -z "$BASEDIR" ]; then
BASEDIR=public_html/d-i/images
fi
if [ -z "$DIR" ]; then
DIR=`date +%Y-%m-%d`
DIR=$(date -u '+%Y%m%d-%H:%M')
fi
if [ "$HOST" = "local" ]; then
SYNC="rsync"

Loading…
Cancel
Save