소스 검색

Update backup

julienmalik 9 년 전
부모
커밋
8367b49627
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/backup

+ 1 - 1
scripts/backup

@@ -7,7 +7,7 @@ app=$YNH_APP_INSTANCE_NAME
 
 # The first argument is the backup directory location for the app
 # from where the script is executed and which will be compressed afterward
-backup_dir=$1
+backup_dir=$YNH_APP_BACKUP_DIR
 
 # Backup sources & data
 sudo cp -a "/var/www/${app}" ./sources