Tsaukpaetra
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
deploy/mssql.sh
|
@ -67,8 +67,8 @@ mssql_deploy() { |
|
|
cp "$_mssql_conf" "$_backup_conf" |
|
|
cp "$_mssql_conf" "$_backup_conf" |
|
|
|
|
|
|
|
|
_info "Modify mssql conf: $_mssql_conf" |
|
|
_info "Modify mssql conf: $_mssql_conf" |
|
|
if /opt/mssql/bin/mssql-conf set network.tlscert "$_real_fullchain" && |
|
|
|
|
|
/opt/mssql/bin/mssql-conf set network.tlskey "$_real_key"; then |
|
|
|
|
|
|
|
|
if /opt/mssql/bin/mssql-conf set network.tlscert "$_real_fullchain" && |
|
|
|
|
|
/opt/mssql/bin/mssql-conf set network.tlskey "$_real_key"; then |
|
|
_info "Set config success!" |
|
|
_info "Set config success!" |
|
|
else |
|
|
else |
|
|
_err "Config mssql server error, please report bug to us." |
|
|
_err "Config mssql server error, please report bug to us." |
|
|