changeset 315:31804aa9d3da

core: fixed stop script
author Goffi <goffi@goffi.org>
date Mon, 02 May 2011 16:45:27 +0200
parents 58d2f0c6b595
children 3a21d586dae4
files src/sat.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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