Kaynağa Gözat

remove spaces around assignment

Pål Håland 7 yıl önce
ebeveyn
işleme
d698c1093a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      deploy/routeros.sh

+ 1 - 1
deploy/routeros.sh

@@ -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