From 0c10a4e8912e64aa8ff66cd9ac3a9558c8bb550d Mon Sep 17 00:00:00 2001 From: Julien VAUBOURG Date: Wed, 18 Mar 2015 21:35:30 +0100 Subject: [PATCH] Fix html typo --- conf/init_ynh-hotspot | 4 +++- sources/views/settings.html.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/init_ynh-hotspot b/conf/init_ynh-hotspot index 0c7402b..6e9eb78 100644 --- a/conf/init_ynh-hotspot +++ b/conf/init_ynh-hotspot @@ -174,7 +174,6 @@ unset_ip6addr() { unset_dhcpd() { rm -f /etc/dnsmasq.d/dhcpdv?.conf - service dnsmasq restart } unset_forwarding() { @@ -344,6 +343,7 @@ case "$1" in set_dhcpd fi + # Restart dhcpd service bind9 stop &> /dev/null service dnsmasq restart @@ -388,6 +388,8 @@ case "$1" in if has_vpnclient_app; then service ynh-vpnclient start fi + + service dnsmasq restart ;; restart) $0 stop diff --git a/sources/views/settings.html.php b/sources/views/settings.html.php index 2c6c2ce..71812b0 100644 --- a/sources/views/settings.html.php +++ b/sources/views/settings.html.php @@ -71,7 +71,7 @@
-
"> +
/>