forked from kiss-community/kiss
Remove a problematic '/' slash
This commit is contained in:
parent
98b5cbd75b
commit
d9583b83ed
@ -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