add reboot capability for tests
This commit is contained in:
8
tools/test_sw_token.sh
Normal file
8
tools/test_sw_token.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
./main
|
||||
|
||||
while [ $? == 100 ] ; do
|
||||
echo "Restarting software authentictor."
|
||||
./main
|
||||
done
|
Reference in New Issue
Block a user