Skip to content

Commit a67dcf5

Browse files
committed
Fix install script
1 parent 235c777 commit a67dcf5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis/install_utplsql.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ curl -L -O "https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSIO
88
cat > install.sh.tmp <<EOF
99
tar -xzf $UTPLSQL_FILE.tar.gz
1010
rm $UTPLSQL_FILE.tar.gz
11-
1211
cd /$UTPLSQL_FILE/source
13-
14-
sqlplus -S -L system/oracle@//$CONNECTION_STR @install_headless.sql
15-
sqlplus -S -L system/oracle@//$CONNECTION_STR @install.sql ut3
12+
sqlplus -S -L sys/oracle@//$CONNECTION_STR AS SYSDBA @install_headless.sql
1613
EOF
1714

1815
# Copy utPLSQL files to the container and install it.

0 commit comments

Comments
 (0)