Correct cancel prompt on removal when cancelled.
This commit is contained in:
parent
52905dc25b
commit
3073d18f0b
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ if [[ "\$promptRm" =~ ^[Yy]$ ]]; then
|
|||
omitrm="\$(echo "\$promptOmit" | tr ' ' '|')"
|
||||
echo
|
||||
elif [[ "\$promptRmVerify" =~ ^[Cc]$ ]]; then
|
||||
echo -e "\nCancelling"
|
||||
echo -e "Cancelled\n"
|
||||
omitrm="CANCEL"
|
||||
else
|
||||
omitrm=""
|
||||
|
|
Loading…
Reference in a new issue