diff --git a/utils/delete b/utils/delete index e90d56a..1d76c04 100644 --- a/utils/delete +++ b/utils/delete @@ -9,7 +9,7 @@ function delete() { local delDir="$(getValueByKey 'PODMAN_DIRECTORY')/${1}" while [[ ! $deleteAns =~ [YyNn] ]]; do - read -p "Do you reasly want to delete the complete directory located in ${delDir} ? (This is an unrecoverable process): " deleteAns + read -p "Do you really want to delete the complete directory located in ${delDir} ? (This is an unrecoverable process): " deleteAns case "$deleteAns" in "N"|"n") log e "Aborted by user!"