1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

improves comments

This commit is contained in:
Kay0u 2020-05-13 10:14:20 +02:00
parent f41f3b2bb1
commit 677037d025
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -250,7 +250,8 @@ then
source ./upgrade.d/upgrade.$current_major_version.sh source ./upgrade.d/upgrade.$current_major_version.sh
# f the current version is higher than the version stored in upgrade.$current_major_version.sh, increment the major version # if the version stored in the upgrade.$current_major_version.sh file is less than or equal
# to the current version, increment the major version to upgrade to the next version
if dpkg --compare-versions "$gitlab_version" "le" "$current_version"; then if dpkg --compare-versions "$gitlab_version" "le" "$current_version"; then
current_major_version=$(($current_major_version + 1)) current_major_version=$(($current_major_version + 1))
fi fi