remove confirmation in test-conversion script

master
BuckarooBanzay 2022-08-02 20:50:52 +02:00
parent 3deb79438c
commit dc80a34aa2
1 changed files with 0 additions and 4 deletions

View File

@ -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