[Packages] softflowd: Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9596 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f749d6d9d0
commit
4251f0dbb7
@ -50,7 +50,7 @@ stop_service() {
|
||||
|
||||
[ -n "$pid_file" ] || pid_file="$pidfile"
|
||||
# FIXME
|
||||
$SSD -K -p $pid_file -q && rm -f /var/run/$control_socket
|
||||
$SSD -K -p $pid_file -q && rm -f $control_socket
|
||||
}
|
||||
|
||||
start() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user