Commit d698c109 authored by Pål Håland's avatar Pål Håland
Browse files

remove spaces around assignment

parent 7b327d47
...@@ -22,7 +22,7 @@ routeros_deploy() { ...@@ -22,7 +22,7 @@ routeros_deploy() {
if [ -z "$ROUTER_OS_HOST" ]; then if [ -z "$ROUTER_OS_HOST" ]; then
_debug "Using _cdomain as ROUTER_OS_HOST, please set if not correct." _debug "Using _cdomain as ROUTER_OS_HOST, please set if not correct."
ROUTER_OS_HOST = "$_cdomain" ROUTER_OS_HOST="$_cdomain"
fi fi
if [ -z "$ROUTER_OS_USERNAME" ]; then if [ -z "$ROUTER_OS_USERNAME" ]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment