mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
fix upgrade
This commit is contained in:
parent
172984666a
commit
b098296ebe
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ ynh_script_progression --message="Upgrading source files..." --weight=60
|
|||
|
||||
# Sort --version-sort cdécembrean handle underscore in versions numbers
|
||||
mapfile -t main_versions < <(
|
||||
ynh_read_manifest --key="resources.sources | keys[]" | grep "main_" | sort --version-sort
|
||||
ynh_read_manifest --manifest_key="resources.sources | keys[]" | grep "main_" | sort --version-sort
|
||||
)
|
||||
current_version="$YNH_APP_CURRENT_VERSION"
|
||||
for version in "${main_versions[@]}"; do
|
||||
|
|
Loading…
Reference in a new issue