Unbound variable in a script
This commit is contained in:
parent
8c8ae05672
commit
7936d33676
1 changed files with 1 additions and 1 deletions
|
@ -89,5 +89,5 @@ rm "$VALIDATION"
|
|||
|
||||
if [ -n "${SERVER-}" ]; then
|
||||
scp -q ${SERVER_KEY+-i "$SERVER_KEY"} "$HTML_DIR"/* "$SERVER"
|
||||
[ -n "$REMOVE_HTML" ] && rm -r "$HTML_DIR"
|
||||
[ -n "${REMOVE_HTML-}" ] && rm -r "$HTML_DIR"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue