Skip to content

BUG - Missing complete path for xnbd-client in shutdown script #185

@weberkai

Description

@weberkai

Hi!

At line 43 in shutdown script, complete path is missing for 2 xnbd-client calls.
This cause Slackware ARM 14.2 minirootfs to never find xbnd-client and never disconnect nbd disk.

Please, may you add path "/usr/bin" twice? Thank you!
/usr/sbin/xnbd-client -c /dev/nbd${device} && /usr/sbin/xnbd-client -d /dev/nbd${device} &>/dev/null

xnbd-client -c /dev/nbd${device} && xnbd-client -d /dev/nbd${device} &>/dev/null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions