X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Flive-boot.init;h=12d0f94ede2ad72b95678da9db5776a33b73c3ad;hb=f6f3b5de7d49571348881578b8f7e05ce7a46d3b;hp=71ae1226b85c11f20cfffb09cb333224650c34f3;hpb=66f4b7a63ff48408b90c60d6ad428893c7914aa5;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 ;;