adsys
adsys copied to clipboard
Do not fail on commands without exit status
Some commands are not returning an exit status anymore, so let's not fail on those. If they failed to run properly, it's very likely that other commands down the chain will also fail, so we don't need to worry about it too much.