Skip to content

Commit

Permalink
remove confirmation in test-conversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Aug 2, 2022
1 parent 3deb794 commit dc80a34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/convert-test.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit dc80a34

Please sign in to comment.