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:
parent
38cd19c3d4
commit
76869eea76
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue