5 [ -d /var
/run
/vsftpd
] || mkdir
-p /var
/run
/vsftpd
10 x
=$$
# exclude our pid since we have the same name
11 pid
=$
(echo $pid |
sed -e "s/$x//")
12 [ -n "$pid" ] && kill -TERM $pid
15 echo "usage: $0 (start|stop)"
This page took 0.062803 seconds and 5 git commands to generate.