Merge branch 'master' of github.com:YunoHost/package_check

This commit is contained in:
Maniack Crudelis 2017-06-27 11:48:13 +02:00
commit ed69dfb7d6

View file

@ -163,7 +163,7 @@ then
# If the lock file exist # If the lock file exist
echo "The lock file $lock_file is present. Package check would not continue." echo "The lock file $lock_file is present. Package check would not continue."
if [ $bash_mode -ne 1 ]; then 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 read answer
fi fi
# Set the answer at lowercase only # Set the answer at lowercase only