0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-09-28 22:28:37 +02:00
doodle3d-firmware/pre-remove.sh

6 lines
86 B
Bash
Raw Normal View History

#!/bin/sh
[ -z "$$IPKG_INSTROOT" ] || { /etc/init.d/autowifi_init disable; }
exit 0