Fixed socket closing

This commit is contained in:
gSpot
2023-08-29 23:52:07 +03:00
parent 170bd8ddd7
commit 259f4cf122
4 changed files with 7 additions and 4 deletions

View File

@@ -19,9 +19,9 @@ Internet-detector is an application for checking the availability of the Interne
**OpenWrt >= 21.02:**
opkg update
wget --no-check-certificate -O /tmp/internet-detector_1.0-2_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/internet-detector_1.0-2_all.ipk
opkg install /tmp/internet-detector_1.0-2_all.ipk
rm /tmp/internet-detector_1.0-2_all.ipk
wget --no-check-certificate -O /tmp/internet-detector_1.0-3_all.ipk https://github.com/gSpotx2f/packages-openwrt/raw/master/current/internet-detector_1.0-3_all.ipk
opkg install /tmp/internet-detector_1.0-3_all.ipk
rm /tmp/internet-detector_1.0-3_all.ipk
/etc/init.d/internet-detector start
/etc/init.d/internet-detector enable