Skip to content

Commit

Permalink
Fix log creation in chroot script (#8481)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikatz authored Apr 16, 2022
1 parent 40b6e61 commit 3598114
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rootfs/chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ done
mkdir -p /chroot/lib /chroot/proc /chroot/usr /chroot/bin /chroot/dev /chroot/run
cp /etc/passwd /etc/group /chroot/etc/
cp -a /usr/* /chroot/usr/
mv /var/log/nginx /chroot/var/log/
cp -a /etc/nginx/* /chroot/etc/nginx/
cp /lib/ld-musl-* /lib/libcrypto* /lib/libssl* /lib/libz* /chroot/lib/
mknod -m 0666 /chroot/dev/null c 1 3
Expand Down

0 comments on commit 3598114

Please sign in to comment.