Update restore
This commit is contained in:
parent
8367b49627
commit
94f4472ab2
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
# The first argument is the backup directory location of the app
|
# The first argument is the backup directory location of the app
|
||||||
# from where the script is executed
|
# from where the script is executed
|
||||||
backup_dir=$1
|
backup_dir=$YNH_APP_BACKUP_DIR
|
||||||
|
|
||||||
# Restore sources & data
|
# Restore sources & data
|
||||||
final_path="/var/www/${app}"
|
final_path="/var/www/${app}"
|
||||||
|
|
Loading…
Reference in a new issue