mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
fix path upgrade
This commit is contained in:
parent
a262db338e
commit
e7589fd042
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ fi
|
|||
if [ -z "$path_url" ]; then
|
||||
path_url=$(grep "location" "/etc/nginx/conf.d/${domain}.d/gitlab.conf" | cut -d' ' -f2)
|
||||
path_url=$(ynh_normalize_url_path $path_url)
|
||||
ynh_app_setting_set --app=$app --key=path_url --value=path_url
|
||||
ynh_app_setting_set --app=$app --key=path --value=path_url
|
||||
fi
|
||||
|
||||
# If port doesn't exist, retrieve it
|
||||
|
|
Loading…
Add table
Reference in a new issue