diff options
Diffstat (limited to 'debian/live-boot.init')
| -rw-r--r-- | debian/live-boot.init | 4 |
1 files changed, 2 insertions, 2 deletions
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 ;; |
