chroot_init: return 0 at the end to not inherit last cmd errval.

This commit is contained in:
Juan RP 2020-01-01 12:10:59 +01:00
parent 281b4a577e
commit 817d3a8b7d

View file

@ -94,6 +94,7 @@ _EOF
chmod 755 $XBPS_MASTERDIR/bin/xbps-shell
cp -f /etc/resolv.conf $XBPS_MASTERDIR/etc
return 0
}
chroot_prepare() {