From bc84d2bc9d96ce68a62f36385b9f416b7cfa571b Mon Sep 17 00:00:00 2001 From: low012 Date: Wed, 20 Apr 2011 22:54:29 +0000 Subject: *) fixed typo in stop script *) added tags for underlined text in Wiki Code *) minor code changes git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7671 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- stopYACY.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stopYACY.sh') diff --git a/stopYACY.sh b/stopYACY.sh index f8baf57b1..a0ae60f07 100755 --- a/stopYACY.sh +++ b/stopYACY.sh @@ -12,7 +12,7 @@ then kill -9 "$PID" 2> /dev/null if [ $? -ne 0 ] then - echo "Unable to force closed YaCy, daemon seems to have terminated already." + echo "Unable to force close YaCy, daemon seems to have terminated already." else echo "Force closed YaCy (process ID was $PID)." fi -- cgit v1.2.3