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:
parent
394c6995cb
commit
deb66eaf9e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue