diff --git a/manifest.toml b/manifest.toml index 6beb1dd..27675af 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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] diff --git a/scripts/upgrade b/scripts/upgrade index 401a2bd..54acbf2 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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"