"$PHONE: >>> $(date)"

This commit is contained in:
qo-op 2020-05-12 22:45:29 +02:00
parent 7f1d829bf9
commit 3a020f68d6
1 changed files with 1 additions and 0 deletions

View File

@ -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