From 2f19c0d7d9f439e4af0daaf81fec5c133564dc5f Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 9 Jan 2019 10:31:03 +0100 Subject: [PATCH] update --- scripts/install | 2 +- scripts/remove | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ab9ff7e..3557f1a 100644 --- a/scripts/install +++ b/scripts/install @@ -130,7 +130,7 @@ ynh_add_nginx_config #================================================= # Create a system user -ynh_system_user_create $app +#ynh_system_user_create $app #================================================= # MODIFY A CONFIG FILE diff --git a/scripts/remove b/scripts/remove index 19721ec..79d728d 100644 --- a/scripts/remove +++ b/scripts/remove @@ -79,4 +79,13 @@ ynh_secure_remove "/var/log/$app/" #================================================= # Delete a system user -ynh_system_user_delete $app +#ynh_system_user_delete $app + +#================================================= +# RESTORE DNSMASQ +#================================================= + +systemctl start dnsmasq.service +systemctl enable dnsmasq.service + +