Remove "\n" in stop.sh.

This commit is contained in:
Wtm
2016-02-18 12:12:50 +08:00
parent 90cfee5ee5
commit a94738f7ef

View File

@@ -7,6 +7,6 @@ cd $(dirname $0)
PID=$(cat $PIDFILE 2>/dev/null)
if [ -n "$PID" ]; then
echo "Stopping cowrie...\n"
echo "Stopping cowrie..."
kill -TERM $PID
fi