mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
fix remove script
This commit is contained in:
parent
7e9f79be48
commit
b2819f7da8
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ portPuma=$(ynh_app_setting_get --app="$app" --key=puma_port)
|
|||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
config_path=$(ynh_app_setting_get --app=$app --key=config_path)
|
||||
|
||||
# Used by ynh_remove_nginx_config
|
||||
domain=$(ynh_app_setting_get --app="$app" --key=domain)
|
||||
|
||||
#=================================================
|
||||
# STANDARD REMOVE
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue