X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Flive-boot.init;h=f0982a8e9aad130120dc19258c5a030b19926128;hb=1b79297f3f0777d9178f74e83bbd6f13255f9f69;hp=2974c239801bbf3557c09a206c7bc26adf924e21;hpb=b927be2f137bcad520852be4fb9afb1e1ced420b;p=live-boot-grml.git diff --git a/debian/live-boot.init b/debian/live-boot.init index 2974c23..f0982a8 100644 --- a/debian/live-boot.init +++ b/debian/live-boot.init @@ -136,7 +136,7 @@ do_stop () fi prompt=1 - if [ ${NOPROMPT} = "Yes" ] + if [ "${NOPROMPT}" = "Yes" ] then prompt= fi @@ -173,7 +173,7 @@ do_stop () # "ejected" state even after reboot MESSAGE="Please remove the USB flash drive" - if [ ${NOPROMPT} = "usb" ] + if [ "${NOPROMPT}" = "usb" ] then prompt= fi