mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
Update remove
This commit is contained in:
parent
d615ebcfdb
commit
3e5329db85
1 changed files with 7 additions and 0 deletions
|
@ -83,6 +83,12 @@ ynh_mysql_remove_db $db_user $db_name
|
||||||
# Remove the dedicated nginx config
|
# Remove the dedicated nginx config
|
||||||
ynh_remove_nginx_config
|
ynh_remove_nginx_config
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# RELOAD NGINX
|
||||||
|
#=================================================
|
||||||
|
|
||||||
|
systemctl reload nginx
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# REMOVE LOGROTATE CONFIGURATION
|
# REMOVE LOGROTATE CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -126,3 +132,4 @@ ynh_secure_remove "/etc/sudoers.d/zabbix"
|
||||||
|
|
||||||
# Delete a system user
|
# Delete a system user
|
||||||
ynh_system_user_delete zabbix
|
ynh_system_user_delete zabbix
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue