Skip to content

Commit e04e61f

Browse files
author
T.j. Randall
committed
pushing for build
1 parent e3b9a62 commit e04e61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/sql/SybaseClient.bat.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exit /B 1
2525
cd ${deployed.file.path}
2626

2727
echo 'execute deployment script'
28-
${deployed.container.sybHome}\bin\isql.exe -S ${deployed.container.address} -D ${deployed.container.dbName} -U ${cmn.lookup('additionalOptions')!}${cmn.lookup('username')} -P ${cmn.lookup('additionalOptions')!}${cmn.lookup('password')} --retserverror -i @"${sqlScriptToExecute}"
28+
${deployed.container.sybHome}\bin\isql.exe -S ${deployed.container.address} -D ${deployed.container.dbName} -U ${cmn.lookup('additionalOptions')!}${cmn.lookup('username')} -P ${cmn.lookup('additionalOptions')!}${cmn.lookup('password')} --retserverror -i @${sqlScriptToExecute}
2929

3030
set RES=%ERRORLEVEL%
3131
if not %RES% == 0 (

0 commit comments

Comments
 (0)