#!/bin/bash
# Kill ppp session, turn off radio power

/usr/sbin/ntpdate -b $SIAM_PORTAL
if [ $? -eq 0 ]; then
    /root/ricohRTC -t
fi
/usr/sbin/poff $*
/mnt/hda/siam/utils/rfpower.ops 1 off
