Skip to content

Commit c042fa2

Browse files
committed
Fix backup restore
1 parent bea7ccd commit c042fa2

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
@@ -375,7 +375,7 @@ if [ "$web" != 'no' ] && [ ! -z "$WEB_SYSTEM" ]; then
375375
if [ "$SSL" = 'yes' ]; then
376376
for crt in $(ls $tmpdir/web/$domain/conf |grep ssl); do
377377
crt=$(echo $crt|sed -e "s/ssl.//")
378-
cp -f $tmpdir/web/$domain/conf/$crt $USER_DATA/ssl/$crt
378+
cp -f $tmpdir/web/$domain/conf/ssl.$crt $USER_DATA/ssl/$crt
379379
done
380380
fi
381381

0 commit comments

Comments
 (0)