Skip to content

Commit 2984ee0

Browse files
author
bofm
committed
use env vars instead of hardcoded paths
1 parent 3f092a0 commit 2984ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step1/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ trap "echo '******* Caught SIGINT signal. Stopping...'; exit 2" SIGINT
55

66
gosu oracle /bin/bash -c "cd /tmp/install/database/ && ./runInstaller -waitforcompletion -ignoreSysPrereqs -ignorePrereq -silent -noconfig -responseFile /tmp/install/db_install.rsp" &
77
wait $!
8-
/app/oracle/product/12.1.0/dbhome_1/root.sh
8+
$ORACLE_HOME/root.sh

0 commit comments

Comments
 (0)