Merge branch 'master' of github.com:kissx/kiss

This commit is contained in:
Dylan Araps 2020-01-06 07:51:44 +02:00
commit 068e1a3330
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ main() {
}
log Copying /etc/resolv.conf from host; {
[ -f "/$1/etc/resolv.conf" ] || cp /etc/resolv.conf "$1/etc"
[ -f "$1/etc/resolv.conf" ] || cp /etc/resolv.conf "$1/etc"
}
log Entering chroot; {