Alon Bar-Lev has uploaded a new change for review. Change subject: pki: encryptpasswd: remove unneeded pushd/popd ......................................................................
pki: encryptpasswd: remove unneeded pushd/popd Change-Id: I04ead54d0db7847b65dbab415d98b2ed460738e9 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M backend/manager/conf/ca/encryptpasswd.sh 1 file changed, 2 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/80/11580/1 diff --git a/backend/manager/conf/ca/encryptpasswd.sh b/backend/manager/conf/ca/encryptpasswd.sh index 29db117..9176180 100644 --- a/backend/manager/conf/ca/encryptpasswd.sh +++ b/backend/manager/conf/ca/encryptpasswd.sh @@ -27,7 +27,7 @@ fi -pushd $JBOSS_HOME +#pushd $JBOSS_HOME #if [ -e "common/lib/jbosssx.jar" ]; then # $JAVA_BIN -cp client/jboss-logging-spi.jar:common/lib/jbosssx.jar org.jboss.resource.security.SecureIdentityLoginModule $1 #elif [ -e "lib/jbosssx.jar" ]; then @@ -36,9 +36,8 @@ # echo "unable to find jbosssx jar..." # exit 1 #fi +#popd $JAVA_BIN -cp `build-classpath jboss-logging picketbox/picketbox` org.picketbox.datasource.security.SecureIdentityLoginModule "$1" - -popd exit $? -- To view, visit http://gerrit.ovirt.org/11580 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I04ead54d0db7847b65dbab415d98b2ed460738e9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches