Просмотр исходного кода

remove commented lines in line with PR comments

Nick Kasvosve 9 лет назад
Родитель
Сommit
3ce03579e1
1 измененных файлов с 5 добавлено и 6 удалено
  1. 5 6
      frameworks/Java/beyondj/setup.sh

+ 5 - 6
frameworks/Java/beyondj/setup.sh

@@ -1,15 +1,14 @@
+#!/bin/bash
+
 WORKING_DIR=beyondj-launcher/deploy
-#FILE=beyondj-launcher/deploy/beyondj.jar
 
 if [ ! -d "$WORKING_DIR" ]; then
         mkdir $WORKING_DIR
 fi
 
-#if [ ! -f "$FILE" ]; then
-        cd beyondj-launcher/deploy/
-        wget http://beyondj.com/beyondj.jar
-        cd ../../
-#fi
+cd beyondj-launcher/deploy/
+fw_get -O http://beyondj.com/beyondj.jar
+cd ../../
 
 echo "Launching BeyondJ from location:$PWD"
 java -jar beyondj-launcher/deploy/beyondj.jar system.platform.dbserver=${DBHOST} numInstances=10