mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2026-08-15 21:41:57 +02:00
8 lines
91 B
Bash
8 lines
91 B
Bash
#!/bin/sh
|
|
|
|
if [ -z "$$IPKG_INSTROOT" ]; then
|
|
/etc/init.d/autowifi_init disable
|
|
fi
|
|
|
|
exit 0
|