瀏覽代碼

Update restore

julienmalik 9 年之前
父節點
當前提交
94f4472ab2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/restore

+ 1 - 1
scripts/restore

@@ -7,7 +7,7 @@ app=$YNH_APP_INSTANCE_NAME
 
 # The first argument is the backup directory location of the app
 # from where the script is executed
-backup_dir=$1
+backup_dir=$YNH_APP_BACKUP_DIR
 
 # Restore sources & data
 final_path="/var/www/${app}"