Skip to content

Commit

Permalink
Fix ipstats shellscipt
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Mar 10, 2024
1 parent 792362e commit ac28bc1
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 @@ -5,7 +5,7 @@ IPSTATS_DIR="$HOME/ipstats"
IMRS_CBOR=/data/ITHI/cbor/IMRS/
MONTH=202403
SCRIPT="$HOME/ithitools/src/imrsrsv.py"
RUN_DATE=$(date '%(%Y-%m-%d)T\n')
RUN_DATE=$(date '+%Y-%m-%d')
RUN_LOG=`tmp/$RUN_DATE.$$.txt`

echo "Home: $HOME"
Expand Down

0 comments on commit ac28bc1

Please sign in to comment.