diff options
| author | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-04-20 22:54:29 +0000 |
|---|---|---|
| committer | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-04-20 22:54:29 +0000 |
| commit | bc84d2bc9d96ce68a62f36385b9f416b7cfa571b (patch) | |
| tree | 44334e8bd84df7f885a779aaf2cc3d9e95e60187 /stopYACY.sh | |
| parent | b2281f0b7d4b516e3ad8d19e82f0fee9ad0399b5 (diff) | |
*) fixed typo in stop script
*) added <u> </u> 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
Diffstat (limited to 'stopYACY.sh')
| -rwxr-xr-x | stopYACY.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
