1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

Update upgrade

This commit is contained in:
yalh76 2021-04-17 15:20:44 +02:00
parent 394c6995cb
commit deb66eaf9e

View file

@ -134,6 +134,10 @@ if [ -z "$datadir" ]; then
ynh_secure_remove --file="$final_path/import"
ynh_app_setting_set --app=$app --key=datadir --value=$datadir
chmod -R 750 "$datadir"
chmod -R o-rwx "$datadir"
chown -R $app:www-data "$datadir"
upgrade_type="UPGRADE_APP"
fi