We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea7ccd commit c042fa2Copy full SHA for c042fa2
bin/v-restore-user
@@ -375,7 +375,7 @@ if [ "$web" != 'no' ] && [ ! -z "$WEB_SYSTEM" ]; then
375
if [ "$SSL" = 'yes' ]; then
376
for crt in $(ls $tmpdir/web/$domain/conf |grep ssl); do
377
crt=$(echo $crt|sed -e "s/ssl.//")
378
- cp -f $tmpdir/web/$domain/conf/$crt $USER_DATA/ssl/$crt
+ cp -f $tmpdir/web/$domain/conf/ssl.$crt $USER_DATA/ssl/$crt
379
done
380
fi
381
0 commit comments