mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
$OVERRIDE_BACKUP_PATH
This commit is contained in:
parent
b71238813b
commit
dcbb7b80f9
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ source $VESTA/func/db.sh
|
|||
source $VESTA/func/rebuild.sh
|
||||
source $VESTA/conf/vesta.conf
|
||||
|
||||
if [ ! -z "$OVERRIDE_BACKUP_PATH" ]; then
|
||||
BACKUP=$OVERRIDE_BACKUP_PATH
|
||||
fi
|
||||
|
||||
# Check backup ownership function
|
||||
is_backup_available() {
|
||||
passed=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue