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