1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minio_ynh.git synced 2024-09-03 19:46:18 +02:00

Update upgrade

This commit is contained in:
Limezy 2023-02-24 14:27:39 +07:00
parent 9d8481dcdf
commit 85a56d8923

View file

@ -76,6 +76,8 @@ then
chmod 750 "$datadir"
chmod -R o-rwx "$datadir"
chown -R $app:www-data "$datadir"
else
ynh_script_progression --message="No migration to be done"
fi
#=================================================