mirror of https://github.com/aredn/aredn.git
Fix typo in iperf fw restart patch.
The iperf3 package installs a firewall rule, but the script to restart the firewall on install had a typo meaning it wasn't called (so the new firewall setup required a reboot)
This commit is contained in:
parent
49300073dc
commit
6707867dfd
|
@ -19,7 +19,7 @@ Index: openwrt/package/network/utils/iperf3/Makefile
|
|||
+ $(INSTALL_BIN) ./files/iperf.firewall $(1)/etc/local/mesh-firewall/20-iperf3
|
||||
+endef
|
||||
+
|
||||
+define Package/iperf/postinst
|
||||
+define Package/iperf3/postinst
|
||||
+#!/bin/sh
|
||||
+# check if we are on real system
|
||||
+if [ -z "$${IPKG_INSTROOT}" ]; then
|
||||
|
|
Loading…
Reference in New Issue