mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Fix #75
This commit is contained in:
parent
c13c96626a
commit
a8e4f7f092
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue