Univention Bugzilla – Attachment 8843 Details for
Bug 35561
univention-run-join-scripts --run-script foo always exits 0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
35561.patch (text/plain), 736 bytes, created by
Florian Best
on 2017-05-12 13:46:30 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2017-05-12 13:46:30 CEST
Size:
736 bytes
patch
obsolete
>diff --git a/management/univention-join/univention-run-join-scripts b/management/univention-join/univention-run-join-scripts >index 2e8cc46..2fbb801 100755 >--- a/management/univention-join/univention-run-join-scripts >+++ b/management/univention-join/univention-run-join-scripts >@@ -220,6 +220,7 @@ echo > echo "univention-run-join-scripts started" > date > echo >+EXITCODE=0 > if [ -e "/usr/lib/univention-install/" ] > then > for i in "${SCRIPTS[@]}" >@@ -247,6 +248,7 @@ then > RET=$? > echo "EXITCODE=$RET" > if [ $RET != 0 ]; then >+ EXITCODE=1 > echo -e "\033[60Gfailed (exitcode: $RET)" >&3 > else > echo -e "\033[60Gdone" >&3 >@@ -260,4 +262,4 @@ date > echo "univention-run-join-scripts finished" > echo > >-exit 0 >+exit $EXITCODE
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 35561
: 8843