Skip to content

Commit

Permalink
[tracking] try to find the tle-backup directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec42 committed Apr 15, 2024
1 parent 4861ee3 commit 0705e50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tracking/update-tracking
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ DATE=`date -Iseconds`
files="iridium-NEXT.txt"
[ ! -z "$1" ] && files="$file iridium.txt tle-new.txt"

[ ! -z $(dirname $0) ] && cd $(dirname $0)

for f in $files ; do
if [ -f $f ] ; then
mv $f $f.old
Expand Down

0 comments on commit 0705e50

Please sign in to comment.