mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
fix 4.2 regression
This commit is contained in:
parent
8a227a0d55
commit
959d6d2867
1 changed files with 1 additions and 2 deletions
|
@ -97,8 +97,7 @@ ynh_restore_file --origin_path="$config_path/gitlab-persistent.rb"
|
||||||
ynh_script_progression --message="Reinstalling GitLab..." --weight=50
|
ynh_script_progression --message="Reinstalling GitLab..." --weight=50
|
||||||
|
|
||||||
source ../settings/scripts/upgrade.d/upgrade.last.sh
|
source ../settings/scripts/upgrade.d/upgrade.last.sh
|
||||||
mkdir -p ../conf/
|
cp ../settings/conf/$architecture.src.default ../settings/conf/$architecture.src
|
||||||
cp ../settings/conf/$architecture.src.default ../conf/$architecture.src
|
|
||||||
ynh_replace_string --match_string="__VERSION__" --replace_string="$gitlab_version" --target_file="../conf/$architecture.src"
|
ynh_replace_string --match_string="__VERSION__" --replace_string="$gitlab_version" --target_file="../conf/$architecture.src"
|
||||||
ynh_replace_string --match_string="__SOURCE_FILENAME__" --replace_string="$gitlab_filename" --target_file="../conf/$architecture.src"
|
ynh_replace_string --match_string="__SOURCE_FILENAME__" --replace_string="$gitlab_filename" --target_file="../conf/$architecture.src"
|
||||||
ynh_replace_string --match_string="__DEBIAN_VERSION__" --replace_string="$gitlab_debian_version" --target_file="../conf/$architecture.src"
|
ynh_replace_string --match_string="__DEBIAN_VERSION__" --replace_string="$gitlab_debian_version" --target_file="../conf/$architecture.src"
|
||||||
|
|
Loading…
Reference in a new issue