Skip to content

Commit

Permalink
fix location pre-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulprathin8 committed Oct 31, 2023
1 parent 63c3439 commit 350a901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoweaver/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "Check Java.."
touch ~/.bashrc && source ~/.bashrc

echo "Start Geoweaver.."
nohup java -jar ~/geoweaver.jar > ~/geoweaver.log &
nohup ~/jdk/jdk-11.0.18+10/bin/java -jar ~/geoweaver.jar > ~/geoweaver.log &

STATUS=0
counter=0
Expand Down

0 comments on commit 350a901

Please sign in to comment.