mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
quick fix, because it wasn't supposed to be merged ><
This commit is contained in:
parent
0c77c05873
commit
99f30fb743
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ ynh_setup_source --dest_dir=$tempdir --source_id=$architecture
|
|||
chmod 755 $install_dir
|
||||
|
||||
# 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
|
||||
EXTERNAL_URL="$generated_external_url" ynh_exec_warn_less dpkg -i $tempdir/$gitlab_filename
|
||||
|
||||
ynh_secure_remove --file="$tempdir"
|
||||
|
||||
|
|
Loading…
Reference in a new issue