~mil/f_scripts

cb15d49fa5da78844eb42fdf770beebda4117803 — Miles Alan 2 years ago 2b2bc44
f_phone: Fix hardcoded path for modem history file
1 files changed, 2 insertions(+), 2 deletions(-)

M scripts/f_phone
M scripts/f_phone => scripts/f_phone +2 -2
@@ 384,8 384,8 @@ mainloop() {

      clear
      callid ringing >/dev/null && echo "Ringing in call from $(lookupnumberfromcallid $(callid "incoming.+ringing"))!" >&2
      echo "Calls events: $(grep -c ^call ~/.f_phone_modemhistory)" >&2
      echo "Text events: $(grep -c ^text ~/.f_phone_modemhistory)" >&2
      echo "Calls events: $(grep -c ^call $F_PHONE_MODEMHISTORYFILE)" >&2
      echo "Text events: $(grep -c ^text $F_PHONE_MODEMHISTORYFILE)" >&2
      echo "===================================" >&2
      echo "phoneinfo: get sim card status, iccid, etc." >&2
      echo "phonelog: read log for modem, dismisses unread messages/missed calls" >&2