Introduction
Introduction Statistics Contact Development Disclaimer Help
fix typo in rc.geomyidae slackware init script - geomyidae - A small C-based go…
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri…
Log
Files
Refs
Tags
README
LICENSE
---
commit 25298ac2cb69c28100c9cc5aa1fde245e23743f5
parent 62f5197e616324a339c052dc83ee043442b2ab7d
Author: slackhead <[email protected]>
Date: Fri, 22 Jun 2018 22:49:10 +0100
fix typo in rc.geomyidae slackware init script
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M rc.d/rc.geomyidae | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rc.d/rc.geomyidae b/rc.d/rc.geomyidae
@@ -13,7 +13,7 @@ case "$1" in
;;
stop)
echo "Stopping all geomyidae processes"
- [ -n "$PID" ] && kill ${PID[@]} &>/dev/null
+ [ -n "$PID" ] && kill ${PID[@]} >/dev/null
if [ $? -gt 0 ] && [ -n "$PID" ]; then
echo "Stopping failed for at least one process"
fi
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.