Update btrfs-test.sh

This commit is contained in:
proledatarian 2022-02-16 13:56:53 +00:00
parent 107def41ca
commit 2765b05630
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ echo
read -p "Do you want to continue? Type [Y]es or [N]o. " -n 1 -r
echo # (optional) move to a new line
if [[ ! $REPLY =~ ^[Yy]$ ]]
thenarne
then
exit 1
fi
echo