diff --git a/g1sms/init.sh b/g1sms/init.sh index 1d7755a..480f932 100755 --- a/g1sms/init.sh +++ b/g1sms/init.sh @@ -24,6 +24,7 @@ function log () { [[ "$DOLOG" == "YES" ]] && echo "$PHONE:$1" >> /tmp/g1sms.log; } +log "$PHONE: >>> $(date)" ################################################################################################################################### fn_exists() { # appended double quote is an ugly trick to make sure we do get a string -- if $1 is not a known command, type does not output anything