diff --git a/scripts/install b/scripts/install index 651f4c0..c55991e 100644 --- a/scripts/install +++ b/scripts/install @@ -164,7 +164,7 @@ ynh_store_file_checksum --file="$config_path/gitlab.rb" #================================================= # 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() { source ./upgrade.d/upgrade.last.sh diff --git a/scripts/restore b/scripts/restore index 591c328..601e1bb 100644 --- a/scripts/restore +++ b/scripts/restore @@ -95,7 +95,7 @@ ynh_restore_file --origin_path="$config_path/gitlab-persistent.rb" #================================================= # RESTORE THE APP MAIN DIR #================================================= -ynh_script_progression --message="Reinstalling gitlab..." --weight=853 +ynh_script_progression --message="Reinstalling gitlab..." --weight=200 update_src_version() { source ../settings/scripts/upgrade.d/upgrade.last.sh diff --git a/scripts/upgrade b/scripts/upgrade index 90e7165..5978325 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -246,7 +246,7 @@ update_src_version() { if [ "$upgrade_type" == "UPGRADE_APP" ] then - ynh_script_progression --message="Setting up source files..." --weight=690 + ynh_script_progression --message="Setting up source files..." --weight=200 update_src_version