Parcourir la source

stupid bash syntax

HgO il y a 1 an
Parent
commit
5b2143d814
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 2 2
      scripts/install
  2. 2 2
      scripts/upgrade

+ 2 - 2
scripts/install

@@ -201,9 +201,9 @@ systemctl unmask hostapd 2>&1 # On some system e.g. RPi, for some reason hostapd
 
 if [[ -n ${wifi_device} ]]; then 
 	if [ "${wifi_secure}" -eq 1 ]; then
-		local sec_comment=""
+		sec_comment=""
 	else
-		local sec_comment="#"
+		sec_comment="#"
 	fi
 
 	ynh_add_config --template="/etc/hostapd/$app/hostapd.conf.tpl" --destination="/etc/hostapd/$app/hostapd.conf"

+ 2 - 2
scripts/upgrade

@@ -206,9 +206,9 @@ install -b -o root -g root -m 0644 ../conf/dnsmasq_dhcpdv4.conf.tpl /etc/dnsmasq
 
 if [[ -n ${wifi_device} ]]; then 
 	if [ "${wifi_secure}" -eq 1 ]; then
-		local sec_comment=""
+		sec_comment=""
 	else
-		local sec_comment="#"
+		sec_comment="#"
 	fi
 
 	ynh_add_config --template="/etc/hostapd/$app/hostapd.conf.tpl" --destination="/etc/hostapd/$app/hostapd.conf"