From 068a19f09197083a12b09726989db833225fb229 Mon Sep 17 00:00:00 2001 From: Rodrigo Linfati Date: Wed, 26 Jan 2011 17:10:26 +0100 Subject: [PATCH] fix the auto-start --- data/glupdater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/glupdater b/data/glupdater index ee24e3f..62c9362 100644 --- a/data/glupdater +++ b/data/glupdater @@ -9,5 +9,5 @@ post-stop script killall -9 GoogleLatitudeDaemon end script -exec /bin/su - user -c "/opt/linfati.com/build/GoogleLatitudeDaemon --init" +exec /bin/su - user -c "/opt/linfati.com/GoogleLatitudeDaemon --init" -- 1.7.9.5