read ans
[ "$ans" = "" ] && break
if [ "$ans" = "yes" -o "$ans" = "YES" ];then
- echo "\'dpkg --pending --configure\' will restart the configuration.\n\n"
+ echo "'dpkg --pending --configure' will restart the configuration."
exit 1;
fi
echo "Please enter exactly 'yes' to stop, or press the enter key to continue without stopping"
echo ""
+#DEBHELPER#
read ans
[ "$ans" = "" ] && break
if [ "$ans" = "yes" -o "$ans" = "YES" ];then
- echo "\'dpkg --pending --configure\' will restart the configuration.\n\n"
+ echo "'dpkg --pending --configure' will restart the configuration."
exit 1;
fi
echo "Please enter exactly 'yes' to stop, or press the enter key to continue without stopping"
echo ""
+#DEBHELPER#