No newline for a better 'UI'

This commit is contained in:
maride 2017-07-31 00:04:19 +02:00
parent f0db668232
commit dd96391dc6

View File

@ -1,6 +1,6 @@
#!/bin/sh
echo "~> Going to wipe $blockdevice. You sure? (y/N) "
echo -n "~> Going to wipe $blockdevice. You sure? (y/N) "
read answer
if [ "$answer" == "y" ]; then