vm/systemd: force exit status 0 in qubes-sysinit
If /rw/config/rc.local-early does not exits, exit status is incorrectly 1.
This commit is contained in:
parent
7131bb7dcd
commit
e0780538f6
@ -72,3 +72,4 @@ fi
|
|||||||
|
|
||||||
[ -x /rw/config/rc.local-early ] && /rw/config/rc.local-early
|
[ -x /rw/config/rc.local-early ] && /rw/config/rc.local-early
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user