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
bfee36ccde
commit
c6a0d68a57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue