projects
/
project
/
usteer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4779450
)
openwrt: fix path to daemon in init script
author
Felix Fietkau
<
[email protected]
>
Fri, 16 Apr 2021 12:29:12 +0000
(14:29 +0200)
committer
Felix Fietkau
<
[email protected]
>
Fri, 16 Apr 2021 12:29:18 +0000
(14:29 +0200)
Signed-off-by: Felix Fietkau <
[email protected]
>
openwrt/usteer/files/etc/init.d/usteer
patch
|
blob
|
history
diff --git
a/openwrt/usteer/files/etc/init.d/usteer
b/openwrt/usteer/files/etc/init.d/usteer
index 09429cfa249ccec1cda48e832a06f8d2f67835ab..f89751147c9a813c0ba642aeabd05ed67f811a5c 100755
(executable)
--- a/
openwrt/usteer/files/etc/init.d/usteer
+++ b/
openwrt/usteer/files/etc/init.d/usteer
@@
-5,7
+5,7
@@
START=50
USE_PROCD=1
NAME=usteer
-PROG=/sbin/usteer
+PROG=/sbin/usteer
d
. /lib/functions/network.sh
. /usr/share/libubox/jshn.sh