diff --git a/stop.sh b/stop.sh index e952f093..ab2747f9 100644 --- a/stop.sh +++ b/stop.sh @@ -7,6 +7,6 @@ cd $(dirname $0) PID=$(cat $PIDFILE 2>/dev/null) if [ -n "$PID" ]; then - echo -e "[\e[01;32mi\e[00m] Stopping kippo...\n" + echo "Stopping kippo...\n" kill -TERM $PID -fi \ No newline at end of file +fi