From d98d173e31542533528f667035db5928e9193e07 Mon Sep 17 00:00:00 2001 From: peepsnet Date: Sat, 19 Nov 2016 11:03:37 -0500 Subject: [PATCH] stop overwriting hostapd.conf on update For some reason, this line was added and it caused the hostapd.conf(but not hostapd-edimax.conf) to be replaced at each update. This caused the users custom SSID and channel settings to be replaced!! --- selfupdate/makeupdate.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/selfupdate/makeupdate.sh b/selfupdate/makeupdate.sh index 64c01b25..eb316864 100755 --- a/selfupdate/makeupdate.sh +++ b/selfupdate/makeupdate.sh @@ -22,7 +22,6 @@ cp __lib__systemd__system__stratux.service work/bin/ cp __root__stratux-pre-start.sh work/bin/ cp dump1090/dump1090 work/bin/ cp -r web work/bin/ -cp image/hostapd.conf work/bin/ cp image/config.txt work/bin/ cp image/rtl-sdr-blacklist.conf work/bin/ cp image/bashrc.txt work/bin/