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:07:03 +07:00
parent 8fddb4b570
commit bfee36ccde

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