Solved typo

This commit is contained in:
Kevin Veen-Birkenbach 2022-03-17 09:56:20 +01:00
parent 2f3f151acd
commit 012f9f6680
1 changed files with 1 additions and 1 deletions

View File

@ -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