mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-06-19 01:16:28 -07:00
Fixed if-else logic
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user