6 lines
176 B
Plaintext
6 lines
176 B
Plaintext
|
#!/bin/sh
|
||
|
[ -n "${IPKG_INSTROOT}" ] || {
|
||
|
( . /etc/uci-defaults/luci-ushare ) && rm -f /etc/uci-defaults/luci-ushare
|
||
|
/etc/init.d/ushare enabled || /etc/init.d/ushare enable
|
||
|
}
|