Skip to content

Commit 5cc2e66

Browse files
Provide logfile in case of error (#602)
* Provide logfile in case of error * Bump version to 1.0.4
1 parent aad26b9 commit 5cc2e66

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3
1+
1.0.4

installer/tue-install-impl.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ function tue-install-error
4949
Error while installing target '$TUE_INSTALL_CURRENT_TARGET':
5050
5151
$1
52+
53+
Logfile: $INSTALL_DETAILS_FILE
5254
\e[0m" | tee --append "$INSTALL_DETAILS_FILE"
5355
exit 1
5456
}

0 commit comments

Comments
 (0)