mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
Fix backup restore
This commit is contained in:
parent
bea7ccd25e
commit
c042fa2689
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ if [ "$web" != 'no' ] && [ ! -z "$WEB_SYSTEM" ]; then
|
||||||
if [ "$SSL" = 'yes' ]; then
|
if [ "$SSL" = 'yes' ]; then
|
||||||
for crt in $(ls $tmpdir/web/$domain/conf |grep ssl); do
|
for crt in $(ls $tmpdir/web/$domain/conf |grep ssl); do
|
||||||
crt=$(echo $crt|sed -e "s/ssl.//")
|
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
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue