This commit is contained in:
Josué Tille 2020-04-15 11:57:21 +02:00
parent f416b94fb8
commit d947724b70
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -494,7 +494,7 @@ ynh_check_app_version_changed () {
# #
# Generally you might probably use it as follow in the upgrade script # Generally you might probably use it as follow in the upgrade script
# #
# if ynh_compare_current_package_version --comparaison gt --version 2.3.2~ynh1 # if ynh_compare_current_package_version --comparaison lt --version 2.3.2~ynh1
# then # then
# # Do something that is needed for the package version older than 2.3.2~ynh1 # # Do something that is needed for the package version older than 2.3.2~ynh1
# fi # fi