From 2765b056305120d0884cd09dfb218807d17101b5 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Wed, 16 Feb 2022 13:56:53 +0000 Subject: [PATCH] Update btrfs-test.sh --- btrfs-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrfs-test.sh b/btrfs-test.sh index aaf3218..763541e 100644 --- a/btrfs-test.sh +++ b/btrfs-test.sh @@ -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