Diffstat (limited to 'root/etc/resume-scripts/R46opiealarm') (more/less context) (ignore whitespace changes)
-rwxr-xr-x | root/etc/resume-scripts/R46opiealarm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/root/etc/resume-scripts/R46opiealarm b/root/etc/resume-scripts/R46opiealarm index e3ac236..c258047 100755 --- a/root/etc/resume-scripts/R46opiealarm +++ b/root/etc/resume-scripts/R46opiealarm | |||
@@ -2,5 +2,4 @@ | |||
2 | # Starts opiealarm, which only runs while the iPaq sleeps | 2 | # Starts opiealarm, which only runs while the iPaq sleeps |
3 | # and wakes it up when the RTC alarm goes off. | 3 | # and wakes it up when the RTC alarm goes off. |
4 | 4 | ||
5 | PID=`cat /var/run/opiealarm.pid` | 5 | /opt/QtPalmtop/bin/opiealarm -r |
6 | [ -n "$PID" ] && kill $PID | ||