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