From 894c6690a53ac2b90da0c39cb7c062dc682e70c4 Mon Sep 17 00:00:00 2001 From: Enrico Zini Date: Thu, 3 Dec 2009 13:44:36 +0100 Subject: [PATCH] Fixed gps hook --- hooks/gps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/gps b/hooks/gps index 4102487..6eecd99 100755 --- a/hooks/gps +++ b/hooks/gps @@ -19,7 +19,7 @@ case "$1" in old=`om gps --swap power 1` if [ $old = 0 ] then - om gpt keep_on_during_suspend 1 + om gps keep-on-in-suspend 1 /etc/init.d/gpsd stop # TODO: configure to UBX mode /etc/init.d/gpsd start -- 2.39.5