Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Uses .jitsi-hammer as the home dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Nov 20, 2014
1 parent 53d52a6 commit 1296250
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Empty file.
6 changes: 5 additions & 1 deletion jitsi-hammer.sh
Expand Up @@ -35,4 +35,8 @@ classpath=$(JARS=($SCRIPT_DIR/jitsi-hammer.jar $SCRIPT_DIR/lib/*.jar); IFS=:; ec
libs="$SCRIPT_DIR/lib/native/$architecture"
logging_config="$SCRIPT_DIR/lib/logging.properties"

java -Djava.library.path=$libs -Djava.util.logging.config.file=$logging_config -cp $classpath $mainClass $@
java -Djava.library.path=$libs \
-Djava.util.logging.config.file=$logging_config \
-Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=$SCRIPT_DIR \
-Dnet.java.sip.communicator.SC_HOME_DIR_NAME=.jitsi-hammer \
-cp $classpath $mainClass $@

0 comments on commit 1296250

Please sign in to comment.