rc.d/root: Fix return code that I broke in November.
authorSascha Wildner <saw@online.de>
Sat, 25 Jan 2020 01:03:49 +0000 (02:03 +0100)
committerSascha Wildner <saw@online.de>
Sat, 25 Jan 2020 01:03:49 +0000 (02:03 +0100)
commitac47c36fc47ecfd21a6f1efd13a04f2b0b9ffb65
treeb08b3ffd9947994e5b1852022a2235d33023bc3e
parent6a71662e91f2b317da9c0cec6ca330c834d43dee
rc.d/root: Fix return code that I broke in November.

After f304a32950ea980273aabeb3a194836fbb8471d2, the umount ended up
being the last command in root_start(), but it is expected to
return a non-zero status.

Fix this by inserting a return 0.
etc/rc.d/root