Skip to content

Commit 5ca390f

Browse files
committed
fixed v2 install script
1 parent 7fd9dff commit 5ca390f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis/install_utplsql_v2.3.1.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ alter user utp quota unlimited on users;
1616
exit
1717
SQL
1818

19-
sqlplus -S -L utp/utp @ut_i_do.sql install
19+
sqlplus -S -L utp/utp <<SQL
20+
@ut_i_do.sql install
21+
exit
22+
SQL

0 commit comments

Comments
 (0)