From 012f9f66806bf1341820f26de1bdd0482b2bd8ec Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Thu, 17 Mar 2022 09:56:20 +0100 Subject: [PATCH] Solved typo --- scripts/encryption/storage/base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/encryption/storage/base.sh b/scripts/encryption/storage/base.sh index 9136abf..fa73115 100644 --- a/scripts/encryption/storage/base.sh +++ b/scripts/encryption/storage/base.sh @@ -45,7 +45,7 @@ create_luks_key_and_update_cryptab(){ info "Adding crypttab entry..." || error if sudo grep -q "$crypttab_entry" "$crypttab_path"; then - warning "File $crypttab_path contains allready a the following entry:" && + warning "File $crypttab_path contains allready the following entry:" && echo "$crypttab_entry" && info "Skipped." || error