#191 Issue closed: Typo in output/PXE/default/80_copy_to_tftp.sh

Labels: bug

pavoldomin opened issue at 2013-01-28 16:45:

There is misplaced '}' in output/PXE/default/80_copy_to_tftp.sh

LogPrint "Copied kernel+initrd ($(du -shc $KERNEL_FILE "$TMP_DIR/initrd.cgz"} | tail -n 1 | tr -s "\t " " " | cut -d " " -f 1 )) to $PXE_TFTP_PATH"

leading to error in log file:

2013-01-28 16:04:53 Including output/PXE/default/80_copy_to_tftp.sh
`/boot/vmlinuz-3.0.51-0.7.9-default' -> `/var/lib/rear/output/eahlx01.kernel'
`/tmp/rear.fbftnkCTN8pscvZ/tmp/initrd.cgz' -> `/var/lib/rear/output/eahlx01.initrd.cgz'
du: cannot access `/tmp/rear.fbftnkCTN8pscvZ/tmp/initrd.cgz}': No such file or directory

"""


[Export of Github issue for rear/rear.]