summaryrefslogtreecommitdiffstats
path: root/planet2/update-planet.sh
blob: 57c9918e94543975c7602c7f6c028bb3b565f854 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

PLANET2=/srv/www/jogamp.org/planet2
cd $PLANET2

# export JRE_HOME=/opt-linux-x86_64/jre7
export JRE_HOME=$(readlink -f /usr/bin/java | sed "s:bin/java::")

$JRE_HOME/bin/java -jar HungryHarry-SNAPSHOT-jar-with-dependencies.jar $PLANET2/config/planet-config.xml