1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00
gitlab_ynh/scripts/remove

33 lines
573 B
Text
Raw Normal View History

2017-06-10 10:10:31 +02:00
#!/bin/bash
2017-06-10 14:43:29 +02:00
set -u
2017-06-10 10:10:31 +02:00
# See comments in install script
app=$YNH_APP_INSTANCE_NAME
# Source YunoHost helpers
source /usr/share/yunohost/helpers
# Load common variables and helpers
source ./_common.sh
2017-06-10 10:10:31 +02:00
# Remove gitlab
dpkg --remove gitlab-ce
2017-06-29 21:39:47 +02:00
# Remove Config
remove_config_gitlab
2017-06-29 21:39:47 +02:00
# Remove dependencies
ynh_remove_app_dependencies
2017-06-10 10:10:31 +02:00
# Remove a directory securely
ynh_secure_remove "/etc/$app"
ynh_secure_remove "/opt/$app"
ynh_secure_remove "/var/opt/$app"
2017-06-10 10:10:31 +02:00
# Remove the log files
ynh_secure_remove "/var/log/$app"
2017-06-10 10:10:31 +02:00
# Remove nginx configuration file
ynh_remove_nginx_config