No newline for a better 'UI'
This commit is contained in:
parent
f0db668232
commit
dd96391dc6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user