Update vesta_compile.sh

This commit is contained in:
myvesta 2020-07-31 01:48:58 +02:00 committed by GitHub
commit e48d42617d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,7 +171,7 @@ if [ ! -d "/root/backup-www" ]; then
mkdir /root/backup-www
fi
echo "=== Making backup of $WWW_FOLDER"
rsync -a $WWW_FOLDER/ /root/backup-www/
rsync -a --delete $WWW_FOLDER/ /root/backup-www/
if [ $build_deb_package -eq 1 ]; then
if [ "$APTWEB_B" = true ]; then