Hi Dimitri,
Thanks for fixing this. Please could you simplify the test though - I think it's much clearer to avoid the "double-negative" and just write:
test -d /run/systemd/system && { stop; exit 0; }
« Back to merge proposal
Hi Dimitri,
Thanks for fixing this. Please could you simplify the test though - I think it's much clearer to avoid the "double-negative" and just write:
test -d /run/systemd/system && { stop; exit 0; }