Update btrfs-test.sh
This commit is contained in:
parent
107def41ca
commit
2765b05630
|
@ -21,7 +21,7 @@ echo
|
||||||
read -p "Do you want to continue? Type [Y]es or [N]o. " -n 1 -r
|
read -p "Do you want to continue? Type [Y]es or [N]o. " -n 1 -r
|
||||||
echo # (optional) move to a new line
|
echo # (optional) move to a new line
|
||||||
if [[ ! $REPLY =~ ^[Yy]$ ]]
|
if [[ ! $REPLY =~ ^[Yy]$ ]]
|
||||||
thenarne
|
then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue