diff options
| -rwxr-xr-x | rc/bin/usps | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rc/bin/usps b/rc/bin/usps index dfdd78ccf..bc4ec440f 100755 --- a/rc/bin/usps +++ b/rc/bin/usps @@ -13,9 +13,8 @@ hget -p 'qtc_tLabels1='^$1 https://tools.usps.com/go/TrackConfirmAction | uhtml | htmlfmt > /tmp/usps.$pid sam -d /tmp/usps.$pid >[2] /dev/null <<'!' -,/Your Label Number/-1d -/Check on Another Item/,$d -/id=\"error-tLabels\"/,$d +,/Tracking Number/-1d +/Available Options/,$d ,p ! rm /tmp/usps.$pid |
