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-01 12:18:47 +07:00
parent 99edee543f
commit 170f6c22c4

View file

@ -139,6 +139,9 @@ then
tmp="/tmp/minio"
mv "$datadir" "$tmp"
mkdir "$datadir"
chmod 750 "$datadir"
chmod -R o-rwx "$datadir"
chown -R $app:www-data "$datadir"
fi
#=================================================