From 8f757d3a846c927586b02f860863846968f54fd0 Mon Sep 17 00:00:00 2001 From: iSergio Date: Wed, 4 Jul 2018 11:16:49 +0300 Subject: [PATCH] Fix --- jboss/configure-standalone.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jboss/configure-standalone.sh b/jboss/configure-standalone.sh index 9168fd0..677e7e5 100755 --- a/jboss/configure-standalone.sh +++ b/jboss/configure-standalone.sh @@ -113,6 +113,7 @@ align_left "$DOTSTRING" "Remove http socket" result=`jboss-cli.sh --connect --commands="batch, /socket-binding-group=standard-sockets/socket-binding=http:remove(), run-batch"` &>/dev/null +align_echo $? $result # Install thirdparty modules cp -rf modules/* ${JBOSS_HOME}/modules/system/layers/base/ -- GitLab