mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1860: Merge fix typos in SQL Server env variables
This commit is contained in:
@@ -562,11 +562,11 @@ END
|
||||
|
||||
set_optional_property \
|
||||
"sqlserver-auto-create-accounts" \
|
||||
"$SQLSERVERQL_AUTO_CREATE_ACCOUNTS"
|
||||
"$SQLSERVER_AUTO_CREATE_ACCOUNTS"
|
||||
|
||||
set_optional_property \
|
||||
"sqlserver-instance" \
|
||||
"$SQLSERVERQL_INSTANCE"
|
||||
"$SQLSERVER_INSTANCE"
|
||||
|
||||
# Add required .jar files to GUACAMOLE_LIB and GUACAMOLE_EXT
|
||||
ln -s /opt/guacamole/sqlserver/mssql-jdbc-*.jar "$GUACAMOLE_LIB"
|
||||
|
Reference in New Issue
Block a user