remove spaces around assignment

This commit is contained in:
Pål Håland 2018-03-26 08:24:04 +02:00
parent 7b327d47c0
commit d698c1093a

View File

@ -22,7 +22,7 @@ routeros_deploy() {
if [ -z "$ROUTER_OS_HOST" ]; then
_debug "Using _cdomain as ROUTER_OS_HOST, please set if not correct."
ROUTER_OS_HOST = "$_cdomain"
ROUTER_OS_HOST="$_cdomain"
fi
if [ -z "$ROUTER_OS_USERNAME" ]; then