Merge pull request #80 from a-schaefers/master

Remove a problematic '/' slash
This commit is contained in:
dylan 2020-01-04 07:09:35 +00:00 committed by GitHub
commit 7b87f5f179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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; {