mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31:45 +00:00
Use _cdomain if ROUTER_OS_HOST is missing
This commit is contained in:
parent
aa875f1147
commit
e629985cf4
@ -21,8 +21,8 @@ routeros_deploy() {
|
||||
_debug _cfullchain "$_cfullchain"
|
||||
|
||||
if [ -z "$ROUTER_OS_HOST" ]; then
|
||||
_err "Need to set the env variable ROUTER_OS_HOST"
|
||||
return 1
|
||||
_debug "Using _cdomain as ROUTER_OS_HOST, please set if not correct."
|
||||
ROUTER_OS_HOST = "$_cdomain"
|
||||
fi
|
||||
|
||||
if [ -z "$ROUTER_OS_USERNAME" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user