mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
set the url at the installation
This commit is contained in:
parent
c858c5813f
commit
0c77c05873
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ ynh_setup_source --dest_dir=$tempdir --source_id=$architecture
|
||||||
|
|
||||||
chmod 755 $install_dir
|
chmod 755 $install_dir
|
||||||
|
|
||||||
ynh_exec_warn_less dpkg -i $tempdir/$gitlab_filename
|
# https://docs.gitlab.com/omnibus/settings/configuration.html#specify-the-external-url-at-the-time-of-installation
|
||||||
|
ynh_exec_warn_less EXTERNAL_URL="$generated_external_url" dpkg -i $tempdir/$gitlab_filename
|
||||||
|
|
||||||
ynh_secure_remove --file="$tempdir"
|
ynh_secure_remove --file="$tempdir"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue