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 ' ' '|')"
|
omitrm="\$(echo "\$promptOmit" | tr ' ' '|')"
|
||||||
echo
|
echo
|
||||||
elif [[ "\$promptRmVerify" =~ ^[Cc]$ ]]; then
|
elif [[ "\$promptRmVerify" =~ ^[Cc]$ ]]; then
|
||||||
echo -e "\nCancelling"
|
echo -e "Cancelled\n"
|
||||||
omitrm="CANCEL"
|
omitrm="CANCEL"
|
||||||
else
|
else
|
||||||
omitrm=""
|
omitrm=""
|
||||||
|
|
Loading…
Reference in a new issue