Update mssql.sh

Fix shformat check?
pull/3245/head
Tsaukpaetra 2020-11-03 18:05:12 -07:00 committed by GitHub
parent 3e2cb5d87d
commit da893fb133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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" && if /opt/mssql/bin/mssql-conf set network.tlscert "$_real_fullchain" &&
/opt/mssql/bin/mssql-conf set network.tlskey "$_real_key"; then /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."