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-01-29 19:29:05 +07:00
parent 6e268754fc
commit 99edee543f

View file

@ -172,7 +172,7 @@ ynh_script_progression --message="Ensuring downward compatibility..."
if ynh_compare_current_package_version --comparison lt --version 2022.12.12~ynh1 if ynh_compare_current_package_version --comparison lt --version 2022.12.12~ynh1
then then
ynh_script_progression --message="Migration from Filesystem to Single-Node Single-Drive mode" ynh_script_progression --message="Migration from Filesystem to Single-Node Single-Drive mode"
pushd "$tmp" pushd "$tmp/"
for d in * ; do for d in * ; do
if [ "$d" == "*" ] if [ "$d" == "*" ]
then then