chroot_init: return 0 at the end to not inherit last cmd errval.
This commit is contained in:
parent
281b4a577e
commit
817d3a8b7d
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ _EOF
|
|||
|
||||
chmod 755 $XBPS_MASTERDIR/bin/xbps-shell
|
||||
cp -f /etc/resolv.conf $XBPS_MASTERDIR/etc
|
||||
return 0
|
||||
}
|
||||
|
||||
chroot_prepare() {
|
||||
|
|
Loading…
Add table
Reference in a new issue