MT#17673 Stops mixing installer.log and deploymen debug log as it consuses often

Change-Id: Ie7a09655895507a199345e0f9320a1a3830c6c74
changes/64/4964/1
Alexander Lutay 9 years ago
parent e4100cdec2
commit 766b8d721a

@ -1631,8 +1631,7 @@ EOT
ngcp-installer 2>&1 | tee -a /tmp/ngcp-installer-debug.log
RC=\${PIPESTATUS[0]}
if [ \$RC -ne 0 ] ; then
echo "Fatal error while running ngcp-installer:" >&2
tail -10 /tmp/ngcp-installer.log
echo "ERROR: Fatal error while running ngcp-installer!" >&2
exit \$RC
fi
EOT

Loading…
Cancel
Save