Fixed if-else logic

This commit is contained in:
butomo1989
2018-06-20 23:28:41 +02:00
parent 99c1b1f6b6
commit 15f6541621
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function auto_record() {
echo "Auto record: $AUTO_RECORD"
sleep 6
while [ $AUTO_RECORD == "True" ]; do
while [ $AUTO_RECORD == true ]; do
# Check if there is test running
no_test=true
while $no_test; do