Skip to content

Commit

Permalink
Fix typo in init script
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed Oct 24, 2015
1 parent 8209b76 commit 3631a77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fi
VOMS_ADMIN_LOG_DIR=${VOMS_ADMIN_LOG_DIR:-${PREFIX%/}/var/log/voms-admin}

## Base VOMS startup command
VOMS_START_CMD="java $VOMS_JAVA_OPTS cp $VOMS_JAR:$OJDBC_JAR $VOMS_MAIN_CLASS >$VOMS_ADMIN_LOG_DIR/voms-admin.out 2>$VOMS_ADMIN_LOG_DIR/voms-admin.err"
VOMS_START_CMD="java $VOMS_JAVA_OPTS -cp $VOMS_JAR:$OJDBC_JAR $VOMS_MAIN_CLASS >$VOMS_ADMIN_LOG_DIR/voms-admin.out 2>$VOMS_ADMIN_LOG_DIR/voms-admin.err"

## Oracle environment
ORACLE_ENV="LD_LIBRARY_PATH=$ORACLE_LIBRARY_PATH TNS_ADMIN=$TNS_ADMIN"
Expand Down

0 comments on commit 3631a77

Please sign in to comment.