From c042fa2689b3997f9e145ebb2b20aa3e11858073 Mon Sep 17 00:00:00 2001 From: Alexandr Loskutov Date: Thu, 18 Jan 2018 15:40:50 +0200 Subject: [PATCH] Fix backup restore --- bin/v-restore-user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-restore-user b/bin/v-restore-user index b5df6321..b3941208 100755 --- a/bin/v-restore-user +++ b/bin/v-restore-user @@ -375,7 +375,7 @@ if [ "$web" != 'no' ] && [ ! -z "$WEB_SYSTEM" ]; then if [ "$SSL" = 'yes' ]; then for crt in $(ls $tmpdir/web/$domain/conf |grep ssl); do crt=$(echo $crt|sed -e "s/ssl.//") - cp -f $tmpdir/web/$domain/conf/$crt $USER_DATA/ssl/$crt + cp -f $tmpdir/web/$domain/conf/ssl.$crt $USER_DATA/ssl/$crt done fi