Comment 8 for bug 1452601

Revision history for this message
David Favor (davidfavor) wrote :

Okay, a simple fix that seems to work (at least in my case), is to comment out the first two guards in the stop function.

So...

#[ "x$USE_LXC_BRIDGE" = "xtrue" ] || { exit 0; }
#[ -f "${varrun}/network_up" ] || { exit 0; }

Once these are skipped, the code seems to work.