diff --git a/package_check.sh b/package_check.sh index 6bd61ba..8569b73 100755 --- a/package_check.sh +++ b/package_check.sh @@ -163,7 +163,7 @@ then # If the lock file exist echo "The lock file $lock_file is present. Package check would not continue." if [ $bash_mode -ne 1 ]; then - echo -n "Do you want to continue anymore? (y/n) :" + echo -n "Do you want to continue anyway? (y/n) :" read answer fi # Set the answer at lowercase only