|
|
@ -1,13 +1,13 @@ |
|
|
|
#!/bin/sh -e |
|
|
|
#!/bin/sh -e |
|
|
|
|
|
|
|
|
|
|
|
# Set these in the environment to override. |
|
|
|
# Set these in the environment to override. |
|
|
|
if [ -n "$HOST" ]; then |
|
|
|
if [ -z "$HOST" ]; then |
|
|
|
HOST=people.debian.org |
|
|
|
HOST=people.debian.org |
|
|
|
fi |
|
|
|
fi |
|
|
|
if [ -n "$BASEDIR" ]; then |
|
|
|
if [ -z "$BASEDIR" ]; then |
|
|
|
BASEDIR=public_html/d-i/images |
|
|
|
BASEDIR=public_html/d-i/images |
|
|
|
fi |
|
|
|
fi |
|
|
|
if [ -n "$DIR" ]; then |
|
|
|
if [ -z "$DIR" ]; then |
|
|
|
DIR=`date +%Y-%m-%d` |
|
|
|
DIR=`date +%Y-%m-%d` |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|