Use a more generic default value
This commit is contained in:
parent
b069bdd16e
commit
a535a3140c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ SRC=$SOURCES/$VERSION
|
|||
DATA=$SRC
|
||||
LOG=$DIR/logs
|
||||
TMPOUT=$DIR/output
|
||||
OUT=${OUT:-"elias@192.168.1.2:/srv/www/html/units/$VERSION"}
|
||||
OUT=${OUT:-"/srv/www/html/units/$VERSION"}
|
||||
TRANS=$DIR/translations
|
||||
BUILD=$DIR/build
|
||||
# always using the master version
|
||||
|
|
Loading…
Add table
Reference in a new issue