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