Skip to content

Commit a47bfb9

Browse files
committed
Fix restoring web domains when prev backend template is unavailable
1 parent 632b416 commit a47bfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-restore-user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ if [ "$web" != 'no' ] && [ ! -z "$WEB_SYSTEM" ]; then
277277

278278
# Checking backend template
279279
check_backend_tpl=$(is_backend_template_valid $BACKEND)
280-
if [ ! -z "$check_proxy_tpl" ]; then
280+
if [ ! -z "$check_backend_tpl" ]; then
281281
BACKEND='default'
282282
fi
283283

0 commit comments

Comments
 (0)