mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Update vesta_compile.sh
This commit is contained in:
parent
fb95dd6a40
commit
e48d42617d
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ if [ ! -d "/root/backup-www" ]; then
|
||||||
mkdir /root/backup-www
|
mkdir /root/backup-www
|
||||||
fi
|
fi
|
||||||
echo "=== Making backup of $WWW_FOLDER"
|
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 [ $build_deb_package -eq 1 ]; then
|
||||||
if [ "$APTWEB_B" = true ]; then
|
if [ "$APTWEB_B" = true ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue