mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
I often forget that debugFile can begin with a + for deciding that debug
should be sent to both the file (minus the leading +) and stdout.
This commit is contained in:
parent
66fd321403
commit
cd28e9c5e0
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ rm $BSDINSTALL_TMPBOOT/loader.conf.*
|
|||
|
||||
cp $BSDINSTALL_TMPBOOT/* $BSDINSTALL_CHROOT/boot
|
||||
|
||||
[ "$debugFile" ] && cp "$debugFile" $BSDINSTALL_CHROOT/var/log/
|
||||
[ "${debugFile#+}" ] && cp "${debugFile#+}" $BSDINSTALL_CHROOT/var/log/
|
||||
|
||||
# Set up other things from installed config
|
||||
chroot $BSDINSTALL_CHROOT /usr/bin/newaliases
|
||||
|
|
|
|||
Loading…
Reference in a new issue