1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00
This commit is contained in:
ericgaspar 2023-03-09 19:19:13 +01:00
parent 58ad540fe8
commit 4aa87658b0
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ ynh_app_setting_set --app=$app --key=enable_sharing --value=$enable_sharing
ynh_script_progression --message="Setting up source files..." --weight=4 ynh_script_progression --message="Setting up source files..." --weight=4
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --source_id=$YNH_ARCH ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R $app:$app "$install_dir" chown -R $app:$app "$install_dir"

View file

@ -76,7 +76,7 @@ then
ynh_secure_remove --file=$install_dir ynh_secure_remove --file=$install_dir
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --source_id=$YNH_ARCH ynh_setup_source --dest_dir="$install_dir"
fi fi
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"