X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Flive-boot.init;h=12d0f94ede2ad72b95678da9db5776a33b73c3ad;hb=1c4dc9f658699ba622c33f8333c4d0d6da02c075;hp=71ae1226b85c11f20cfffb09cb333224650c34f3;hpb=10bbb53ef3cffbb458d7f593fdd55a9240bd359a;p=live-boot-grml.git diff --git a/debian/live-boot.init b/debian/live-boot.init index 71ae122..12d0f94 100644 --- a/debian/live-boot.init +++ b/debian/live-boot.init @@ -203,8 +203,8 @@ 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 ;;