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:
parent
99edee543f
commit
170f6c22c4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue