From 2b2856b517e911cb4c1a5f315ba7d8f0168ffe1f Mon Sep 17 00:00:00 2001 From: downtownallday Date: Tue, 25 Aug 2020 16:33:20 -0400 Subject: [PATCH] Fix wording --- ehdd/mount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ehdd/mount.sh b/ehdd/mount.sh index 36accea9..10a9509c 100755 --- a/ehdd/mount.sh +++ b/ehdd/mount.sh @@ -3,7 +3,7 @@ . "ehdd/ehdd_funcs.sh" || exit 1 if [ ! -e "$EHDD_IMG" ]; then - echo "No ecrypted HDD not found at $EHDD_IMG, not mounting" + echo "No ecrypted HDD found at $EHDD_IMG, not mounting" exit 0 fi