Skip to content

Commit 62fb066

Browse files
authored
Update testrun.sh
1 parent d5fb12c commit 62fb066

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testrun.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ echo "Hello..!" $USER
22
sleep 2
33
echo
44
read -p "Confirm wheather you have updated chip_tool_directory in build_config.json(Y/N)?" -n 1 -r
5+
sleep 10
56
echo
6-
if [[ ! $REPLY =~ ^[Yy]$ ]]
7+
if [[ ! $REPLY =~ ^[Yn]$ ]]
78
then
89
sleep 2
910
echo
@@ -24,6 +25,7 @@ then
2425
echo "Bye...!"
2526
exit
2627
else
28+
echo
2729
sleep 5
2830
echo "Your Execution Starts here..."
2931
cd ~/chip_command_run/scripts/

0 commit comments

Comments
 (0)