7 lines
79 B
Bash
Executable file
7 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -n "${IPKG_INSTROOT}" ] || {
|
|
/etc/init.d/olsrd enable
|
|
|
|
exit 0
|
|
}
|