mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-11-14 01:37:56 +01:00
8 lines
85 B
Bash
8 lines
85 B
Bash
#!/bin/sh
|
|
|
|
if [ -z "$$IPKG_INSTROOT" ]; then
|
|
/etc/init.d/wifibox disable
|
|
fi
|
|
|
|
exit 0
|