summarylogtreecommitdiffstats
path: root/image-mount
diff options
context:
space:
mode:
Diffstat (limited to 'image-mount')
-rwxr-xr-ximage-mount4
1 files changed, 2 insertions, 2 deletions
diff --git a/image-mount b/image-mount
index 9bef6cc90c0d..ca893bec0fe2 100755
--- a/image-mount
+++ b/image-mount
@@ -134,8 +134,8 @@ done
echo "Now mounting image <$image> format <$format> on path <$mount_where>, partition number <$n_part>."
if [[ "$flagAskConfirm" == true ]] ; then
- echo -n "Continue? (Y/N): "; read ok
- [[ ! $ok =~ ^(yes|y|YES|y|s|S|si|SI|sì)$ ]] && { echo "Exit forced by user."; exit 0; }
+ echo -n "Continue? (Y/N): "; read ask
+ [[ ! $ask =~ ^(yes|y|YES|y|s|S|si|SI|sì)$ ]] && { echo "Exit forced by user."; exit 0; }
fi