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

Use _cdomain if ROUTER_OS_HOST is missing

parent aa875f11
...@@ -21,8 +21,8 @@ routeros_deploy() { ...@@ -21,8 +21,8 @@ routeros_deploy() {
_debug _cfullchain "$_cfullchain" _debug _cfullchain "$_cfullchain"
if [ -z "$ROUTER_OS_HOST" ]; then if [ -z "$ROUTER_OS_HOST" ]; then
_err "Need to set the env variable ROUTER_OS_HOST" _debug "Using _cdomain as ROUTER_OS_HOST, please set if not correct."
return 1 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