1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgwarehouse_ynh.git synced 2024-09-03 18:16:17 +02:00
This commit is contained in:
Éric Gaspar 2023-10-17 14:08:01 +02:00
parent 820a2d4504
commit a7484ecaac
2 changed files with 1 additions and 2 deletions

View file

@ -45,7 +45,6 @@ ram.runtime = "50M"
[resources.sources.main]
url = "https://github.com/Ravinou/borgwarehouse/archive/refs/tags/v2.0.0.tar.gz"
sha256 = "73e5bed688e58a29485d1c1fd5834c83eed1fba0bb52289f6d6f1ea4e2284180"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]

View file

@ -29,7 +29,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from manifest.toml
ynh_setup_source --dest_dir="$install_dir" --keep="app/.env.local config/users.json config/repo.json"
ynh_setup_source --dest_dir="$install_dir" --keep="app/.env.local app/config/users.json app/config/repo.json"
fi
chown -R $app:www-data "$install_dir"