5 lines
105 B
Bash
5 lines
105 B
Bash
#!/bin/sh
|
|
|
|
[ -n "${IPKG_INSTROOT}" ] || {
|
|
/etc/init.d/freifunk enabled || /etc/init.d/freifunk enable
|
|
}
|