1
0
Fork 0
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:
Kay0u 2020-06-04 13:37:12 +02:00
parent 7e9f79be48
commit b2819f7da8
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -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
#=================================================