Skip to content

Commit 1b1622e

Browse files
author
Serghey Rodin
committed
Fix for LE domain restore
1 parent 97b9673 commit 1b1622e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-restore-user

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ if [ "$web" != 'no' ] && [ ! -z "$WEB_SYSTEM" ]; then
382382
# Concatenating web.conf keys
383383
str="DOMAIN='$domain' IP='$IP' IP6='$IP6' ALIAS='$ALIAS'"
384384
str="$str TPL='$TPL' SSL='$SSL' SSL_HOME='$SSL_HOME'"
385-
str="$str FTP_USER='$FTP_USER' FTP_MD5='$FTP_MD5'"
386-
str="$str BACKEND='$BACKEND' PROXY='$PROXY'"
385+
str="$str LETSENCRYPT='$LETSENCRYPT' FTP_USER='$FTP_USER'"
386+
str="$str FTP_MD5='$FTP_MD5' BACKEND='$BACKEND' PROXY='$PROXY'"
387387
str="$str PROXY_EXT='$PROXY_EXT' STATS='$STATS'"
388388
str="$str STATS_USER='$STATS_USER' STATS_CRYPT='$STATS_CRYPT'"
389389
str="$str U_DISK='$U_DISK' U_BANDWIDTH='0' SUSPENDED='no'"

0 commit comments

Comments
 (0)