diff --git a/scripts/convert-test.sh b/scripts/convert-test.sh index 2b66df3..dec6953 100755 --- a/scripts/convert-test.sh +++ b/scripts/convert-test.sh @@ -1,9 +1,5 @@ #!/bin/sh -echo -n "Enter 'YES' to convert to test system: " -read tmp -test "$tmp" != "YES" && exit 1 - echo "Converting to test system in 5 seconds..." sleep 5