1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00
This commit is contained in:
yalh76 2022-07-05 01:54:51 +02:00
parent c13c96626a
commit a8e4f7f092
2 changed files with 2 additions and 0 deletions

View file

@ -83,6 +83,7 @@ ynh_script_progression --message="Setting up source files..." --weight=7
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path"
echo "$(ynh_app_upstream_version)" > "$final_path/version_static.txt"
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"

View file

@ -111,6 +111,7 @@ then
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path"
echo "$(ynh_app_upstream_version)" > "$final_path/version_static.txt"
fi
chmod 750 "$final_path"