diff src/sat.sh @ 315:31804aa9d3da

core: fixed stop script
author Goffi <goffi@goffi.org>
date Mon, 02 May 2011 16:45:27 +0200
parents 0ed5553b5313
children f147b778511a
line wrap: on
line diff
--- a/src/sat.sh	Mon May 02 16:44:11 2011 +0200
+++ b/src/sat.sh	Mon May 02 16:45:27 2011 +0200
@@ -5,7 +5,7 @@
 if [ $# -eq 1 ];then
 	if [ $1 = "stop" ];then
 		echo "Terminating Salut à Toi"
-		pkill -f "twistd.*sat/sat.tac"
+		pkill -f "twistd.*/sat.tac"
 		exit 0
 	fi
 	if [ $1 = "debug" ];then