1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/airsonic_ynh.git synced 2024-09-03 18:06:14 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-04-17 18:13:03 +02:00
parent c6905da9b9
commit 713247a7f5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -19,7 +19,6 @@ app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get --app=$app --key=domain)
path_url=$(ynh_app_setting_get --app=$app --key=path)
admin=$(ynh_app_setting_get --app=$app --key=admin)
is_public=$(ynh_app_setting_get --app=$app --key=is_public)
port=$(ynh_app_setting_get --app=$app --key=port)
#=================================================
@ -119,7 +118,7 @@ mkdir -p /home/yunohost.app/$app/{Podcasts,Playlists}
#=================================================
chown -R $app:www-data /home/yunohost.app/$app
chmod -R 764 /home/yunohost.$app
chmod 764 /home/yunohost.app/$app
#=================================================
# YUNOHOST MULTIMEDIA INTEGRATION