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-27 01:08:16 +07:00
parent bfee36ccde
commit c6a0d68a57

View file

@ -54,7 +54,7 @@ ynh_abort_if_errors
#=================================================
ynh_script_progression --message="Ensuring downward compatibility..."
if [$(yunohost app info minio | grep -oEi [0-9]{4}) == "2022"]
if [ "$(yunohost app info minio | grep -oEi [0-9]{4})" == "2022" ]
then
ynh_script_progression --message="Migration from Filesystem to Single-Node Single-Drive mode"
else