mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31:45 +00:00
remove spaces around assignment
This commit is contained in:
parent
7b327d47c0
commit
d698c1093a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user