فهرست منبع

Fix restoring web domains when prev backend template is unavailable

Robert Zollner 5 سال پیش
والد
کامیت
a47bfb9bf2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      bin/v-restore-user

+ 1 - 1
bin/v-restore-user

@@ -277,7 +277,7 @@ if [ "$web" != 'no' ] && [ ! -z "$WEB_SYSTEM" ]; then
 
 
             # Checking backend template
             # Checking backend template
             check_backend_tpl=$(is_backend_template_valid $BACKEND)
             check_backend_tpl=$(is_backend_template_valid $BACKEND)
-            if [ ! -z "$check_proxy_tpl" ]; then
+            if [ ! -z "$check_backend_tpl" ]; then
                 BACKEND='default'
                 BACKEND='default'
             fi
             fi