0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-07-01 05:31:23 +02:00
doodle3d-firmware/pre-remove.sh

8 lines
91 B
Bash
Raw Normal View History

#!/bin/sh
if [ -z "$$IPKG_INSTROOT" ]; then
/etc/init.d/autowifi_init disable
fi
exit 0