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
960cde44ca
commit
e6dd76337e
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ popd
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Ensuring downward compatibility..."
|
ynh_script_progression --message="Ensuring downward compatibility..."
|
||||||
|
|
||||||
if [ "$(yunohost app info minio | grep -oEi [0-9]{4})" == "2022" ]
|
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 $datadir
|
pushd $datadir
|
||||||
|
|
Loading…
Add table
Reference in a new issue