Author: ks156
Date: 2008-12-03 22:07:13 +0100 (Wed, 03 Dec 2008)
New Revision: 3006

Modified:
   
software_suite_v2/software/http_server_resources/chatter_tux/trunk/ChatterTuxStart/chattertux_start
Log:
* Oops, the option to verify the file is -e ...


Modified: 
software_suite_v2/software/http_server_resources/chatter_tux/trunk/ChatterTuxStart/chattertux_start
===================================================================
--- 
software_suite_v2/software/http_server_resources/chatter_tux/trunk/ChatterTuxStart/chattertux_start
 2008-12-03 20:29:06 UTC (rev 3005)
+++ 
software_suite_v2/software/http_server_resources/chatter_tux/trunk/ChatterTuxStart/chattertux_start
 2008-12-03 21:07:13 UTC (rev 3006)
@@ -1,4 +1,4 @@
 #!/bin/bash
-if [ ! -a /var/run/chattertux.pid ]; then
+if [ ! -e /var/run/chattertux.pid ]; then
     python $1
 fi


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to