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
b60cb969ac
commit
c69524771c
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ then
|
|||
ynh_script_progression --message="Moving old Filesystem to secure MinIO start"
|
||||
tmp="/tmp/minio"
|
||||
ynh_exec_warn_less cp -Ra "$datadir/" "$tmp"
|
||||
ynh_secure_remove --file="$datadir"
|
||||
ynh_exec_warn_less mkdir "$datadir"
|
||||
chmod 750 "$datadir"
|
||||
chmod -R o-rwx "$datadir"
|
||||
|
|
Loading…
Add table
Reference in a new issue