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
35769860c7
commit
b7f47f2ee2
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ then
|
|||
ynh_script_progression --message="No buckets to migrate"
|
||||
else
|
||||
ynh_script_progression --message="Moving $d..."
|
||||
ynh_exec_warn_less sudo -u $app ./mc cp --recursive "minio/$d" "$tmp/$d"
|
||||
ynh_exec_warn_less sudo -u $app $mc_path/mc cp --recursive "minio/$d" "$tmp/$d"
|
||||
fi
|
||||
done
|
||||
popd
|
||||
|
|
Loading…
Add table
Reference in a new issue