X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Flive-boot.init;fp=debian%2Flive-boot.init;h=f0982a8e9aad130120dc19258c5a030b19926128;hb=b72b24711cacdb0267c29816a0fd1b96a90836b0;hp=2974c239801bbf3557c09a206c7bc26adf924e21;hpb=f6d0dfe3ad529bb1754c7cce4e7e005eb1f76fbf;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