[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1611: Made script independent of folder and JAVA_HOME

revision-diff.txt (419 Bytes)

Sorry, the commit below was from me.

I forgot to do the following before committing from a new laptop:
bzr whoami ‘Knut Staring knutst@gmail.com

Knut

···

On Wed, Mar 10, 2010 at 8:40 PM, noreply@launchpad.net wrote:


revno: 1611

committer: Ravenna ravenna@ravenna-laptop

branch nick: dhis2

timestamp: Wed 2010-03-10 21:37:15 +0100

message:

Made script independent of folder and JAVA_HOME

modified:

dhis-live/util/script/startup.sh

lp:dhis2

https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.

To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.

=== modified file ‘dhis-live/util/script/startup.sh’

— dhis-live/util/script/startup.sh 2010-03-09 14:43:41 +0000

+++ dhis-live/util/script/startup.sh 2010-03-10 20:37:15 +0000

@@ -23,6 +23,8 @@

echo “Starting DHIS2 live …”

java -jar dhis2-live.jar

-$JAVA_HOME/bin/java -jar dhis2-live.jar

+DHIS2LIVE=dirname $0

+#$JAVA_HOME/bin/

+java -jar $DHIS2LIVE/dhis2-live.jar

echo “DHIS2 live exited normally”


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp


Cheers,
Knut Staring