Browse Source

Update mssql.sh

Fix shformat check?
pull/3245/head
Tsaukpaetra 4 years ago
committed by GitHub
parent
commit
da893fb133
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      deploy/mssql.sh

4
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."

Loading…
Cancel
Save