Skip to content

Commit

Permalink
argh, stupid typo
Browse files Browse the repository at this point in the history
SVN Revision: 219
  • Loading branch information
nniclausse committed Feb 12, 2004
1 parent 6ff504a commit f2c04e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idx-tsunami.sh.in
Expand Up @@ -39,7 +39,7 @@ start() {
recorder() { recorder() {
erl $ERL_OPTS -detached -sname $RECORDER -setcookie $COOKIE $REC_BOOT_OPT \ erl $ERL_OPTS -detached -sname $RECORDER -setcookie $COOKIE $REC_BOOT_OPT \
-tsunami_recorder debug_level $REC_DEBUG_LEVEL \ -tsunami_recorder debug_level $REC_DEBUG_LEVEL \
-tsunami_recorder -tsunami_controller $LOG_OPT -tsunami_recorder -tsunami_controller $LOG_OPT \
-tsunami_recorder proxy_log_file \"$LOG_DIR/idx-tsunami_recorder.xml\" \ -tsunami_recorder proxy_log_file \"$LOG_DIR/idx-tsunami_recorder.xml\" \
-tsunami_recorder proxy_listen_port $LISTEN_PORT -tsunami_recorder proxy_listen_port $LISTEN_PORT
} }
Expand Down Expand Up @@ -71,7 +71,7 @@ do
case $Option in case $Option in
f) CONF_OPT="-tsunami_controller config_file \"$OPTARG\" ";; f) CONF_OPT="-tsunami_controller config_file \"$OPTARG\" ";;
l) LOG_OPT="log_file \"$OPTARG\" ";; l) LOG_OPT="log_file \"$OPTARG\" ";;
*) usage ;; *) usage ;;
esac esac
done done
shift $(($OPTIND - 1)) shift $(($OPTIND - 1))
Expand Down

0 comments on commit f2c04e9

Please sign in to comment.