mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-12 22:57:17 +00:00
Update trap to show logs on error in bootstrap script
This commit is contained in:
parent
368d660fe4
commit
e6f43e067d
@ -6,7 +6,7 @@ BASEIMAGE=baseimage-${TFW_POSTFIX}
|
||||
BACKEND=test-${TFW_POSTFIX}
|
||||
FRONTEND=frontend-${TFW_POSTFIX}
|
||||
LOGFILE=/tmp/bootstrap_tfw.log
|
||||
trap 'echo "Something went wrong. Read the log az $LOGFILE"' ERR
|
||||
trap 'echo && echo "Error! Showing logs at $LOGFILE:" && cat $LOGFILE' ERR
|
||||
|
||||
: > $LOGFILE
|
||||
echo -n "Cloning TFW repositories... "
|
||||
|
Loading…
Reference in New Issue
Block a user