Fix unbound variable errors
This commit is contained in:
@@ -60,7 +60,7 @@ step_20() {
|
||||
if [ ! -z $ELEMENT_WEB_BACKUP ] ; then
|
||||
exe mkdir -p "$ELEMENT_WEB_BACKUP"
|
||||
fi
|
||||
if [ ! -z $1 ] ; then
|
||||
if [ -n "${1:-}" ] ; then
|
||||
tempRoot="$1"
|
||||
else
|
||||
tempRoot="$ELEMENT_WEB_LOC"
|
||||
|
Reference in New Issue
Block a user