From dc80a34aa25a96f5d7969c7e5672e7f1039994cc Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Tue, 2 Aug 2022 20:50:52 +0200 Subject: [PATCH] remove confirmation in test-conversion script --- scripts/convert-test.sh | 4 ---- 1 file changed, 4 deletions(-) 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