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

update weight

This commit is contained in:
Kay0u 2019-05-11 01:42:05 +02:00
parent 38cd19c3d4
commit 76869eea76
3 changed files with 3 additions and 3 deletions

View file

@ -164,7 +164,7 @@ ynh_store_file_checksum --file="$config_path/gitlab.rb"
#================================================= #=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE # DOWNLOAD, CHECK AND UNPACK SOURCE
#================================================= #=================================================
ynh_script_progression --message="Setting up source files..." --weight=853 ynh_script_progression --message="Setting up source files..." --weight=200
update_src_version() { update_src_version() {
source ./upgrade.d/upgrade.last.sh source ./upgrade.d/upgrade.last.sh

View file

@ -95,7 +95,7 @@ ynh_restore_file --origin_path="$config_path/gitlab-persistent.rb"
#================================================= #=================================================
# RESTORE THE APP MAIN DIR # RESTORE THE APP MAIN DIR
#================================================= #=================================================
ynh_script_progression --message="Reinstalling gitlab..." --weight=853 ynh_script_progression --message="Reinstalling gitlab..." --weight=200
update_src_version() { update_src_version() {
source ../settings/scripts/upgrade.d/upgrade.last.sh source ../settings/scripts/upgrade.d/upgrade.last.sh

View file

@ -246,7 +246,7 @@ update_src_version() {
if [ "$upgrade_type" == "UPGRADE_APP" ] if [ "$upgrade_type" == "UPGRADE_APP" ]
then then
ynh_script_progression --message="Setting up source files..." --weight=690 ynh_script_progression --message="Setting up source files..." --weight=200
update_src_version update_src_version