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:
parent
c6905da9b9
commit
713247a7f5
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue