mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Fix missing variable
This commit is contained in:
parent
3ef137083a
commit
063bb96781
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ for version in "${main_versions[@]}"; do
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
ynh_print_info --message="Upgrading app from $current_version to $new_version"
|
ynh_print_info --message="Upgrading app from $current_version to $new_version"
|
||||||
|
source_id="$version"
|
||||||
upgrade_dolibarr
|
upgrade_dolibarr
|
||||||
current_version="$new_version"
|
current_version="$new_version"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue