Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
fix(deploy): correct java path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikezaschka committed Nov 25, 2020
1 parent d6c7b52 commit 0503d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/postgres-cf/template/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
export JAVA_HOME=/home/vcap/deps/0/apt/usr/lib/jvm/sapmachine-11
export JAVA_HOME=/home/vcap/deps/0/apt/opt/sapmachine-11-jre/
export PATH=$PATH:/home/vcap/deps/1/bin
# Save Certificate from Environment where liquibase expects it
mkdir -p /home/vcap/.postgresql
Expand Down

0 comments on commit 0503d80

Please sign in to comment.