Remove a problematic '/' slash

This commit is contained in:
Adam Schaefers 2020-01-03 18:48:24 -08:00
parent 98b5cbd75b
commit d9583b83ed
No known key found for this signature in database
GPG Key ID: DD4795B51117D906
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ main() {
} }
log Copying /etc/resolv.conf from host; { 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; { log Entering chroot; {