forked from kiss-community/kiss
Merge pull request #80 from a-schaefers/master
Remove a problematic '/' slash
This commit is contained in:
commit
7b87f5f179
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user