Skip to content

Commit

Permalink
Merge pull request #236 from private-octopus/extract-ip-stats
Browse files Browse the repository at this point in the history
Fix typo in ipstats.sh
  • Loading branch information
huitema authored Mar 10, 2024
2 parents d76b7bb + a3fcdae commit a06c671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipstats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ IMRS_CBOR=/data/ITHI/cbor/IMRS/
MONTH=202403
SCRIPT="$HOME/ithitools/src/imrsrsv.py"
RUN_DATE=$(date '+%Y-%m-%d')
RUN_LOG=`tmp/$RUN_DATE.$$.txt`
RUN_LOG="tmp/$RUN_DATE.$$.txt"

echo "Home: $HOME"
echo "ithitools: $ITHITOOLS"
Expand Down

0 comments on commit a06c671

Please sign in to comment.