tle flag is NOT an integer

master
Kenneth Barbour 2022-07-14 21:05:43 -04:00
parent c04ab9b0b6
commit 9c544f5ccb
1 changed files with 0 additions and 5 deletions

View File

@ -143,11 +143,6 @@ do
usage
exit 1
fi
if ! [[ "$2" =~ ^[0-9]+$ ]]; then
logerr "Option ${1} must have an integer argument"
usage
exit 1
fi
tle_file=${2}
if [ ! -f ${tle_file} ]; then
logerr "Unable to locate tle file: ${tle_file}"