mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
fix
This commit is contained in:
parent
5d834f192c
commit
95ef6740d1
2 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ ynh_script_progression --message="Setting up source files..." --weight=7
|
|||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
ynh_setup_source --dest_dir="$install_dir/plugins.local/data_migration" --source="data_migration"
|
||||
echo "$(ynh_app_upstream_version)" > "$install_dir/version_static.txt"
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
|
|
|
@ -61,6 +61,7 @@ then
|
|||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
ynh_setup_source --dest_dir="$install_dir/plugins.local/data_migration" --source="data_migration"
|
||||
echo "$(ynh_app_upstream_version)" > "$install_dir/version_static.txt"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue