aboutsummarylogtreecommitdiffstats
path: root/tws_get_version
diff options
context:
space:
mode:
authorBen Alex2020-12-07 13:12:46 +1100
committerBen Alex2020-12-07 13:12:46 +1100
commit7735cdefccae9e4ad2969b9334f9843ff76eacd9 (patch)
tree56a554abea2cb0f30fe53fefab8da97d39784c79 /tws_get_version
parent966053f102cbb5f076c5f5fc2b20da874876f8cd (diff)
downloadaur-7735cdefccae9e4ad2969b9334f9843ff76eacd9.tar.gz
Refactor tws_ scripts and change to ZST archive format
Diffstat (limited to 'tws_get_version')
-rwxr-xr-xtws_get_version2
1 files changed, 1 insertions, 1 deletions
diff --git a/tws_get_version b/tws_get_version
index 48de622fc911..8bbb694f860d 100755
--- a/tws_get_version
+++ b/tws_get_version
@@ -28,7 +28,7 @@ LOG="${TWS_HOME}/launcher.log"
TWS_CP=`find ${HOME}/tws/jars -type f -name \*.jar -printf '%p:'`
-/usr/lib/jvm/java-8-openjdk/bin/java -cp "${TWS_CP}" jclient.LoginFrame "${TWS_HOME}" &
+java -cp "${TWS_CP}" jclient.LoginFrame "${TWS_HOME}" &
disown
TWS_PID="$!"