X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Flive-boot.init;h=12d0f94ede2ad72b95678da9db5776a33b73c3ad;hb=a2a58af7b4f3ecb272bf107085ab605fb373039d;hp=c8c48206d405800888fcf94ad400e0637da675be;hpb=cbdc09bc4b5bfe6c1fe803965e6431c14b018697;p=live-boot-grml.git diff --git a/debian/live-boot.init b/debian/live-boot.init index c8c4820..12d0f94 100644 --- a/debian/live-boot.init +++ b/debian/live-boot.init @@ -203,9 +203,10 @@ case "${1}" in ;; start) log_begin_msg "${NAME} is configuring sendsigs..." - if [ -f /live/image/root.pid ] ; then - cat /live/image/root.pid >> /var/run/sendsigs.omit + if [ -f /live/root.pid ] ; then + cat /live/root.pid >> /var/run/sendsigs.omit fi + log_end_msg 0 ;; stop)