Skip to content
Snippets Groups Projects
Commit 62669e98 authored by Shohei Yamagaya's avatar Shohei Yamagaya
Browse files

fix:small update about scan path

parent 3bc6f0bc
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,8 @@ if [ -z ${scan_type} ]; then
usage
exit
fi
if [ ! `echo ${scan_type} | grep "rd53a"` ]; then
#if [ ! `echo ${scan_type} | grep "rd53a"` ]; then
if [ ! -e "${scan_type}" ]; then
scan_type=configs/scans/rd53a/${scan_type}.json
fi
if [ ! -f ${scan_type} ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment