Add fixes to sql proxy
This commit is contained in:
parent
f35b108e17
commit
2e824f92b3
2 changed files with 31 additions and 22 deletions
|
@ -13,7 +13,7 @@ WRAP_END='\n]'
|
|||
OUT="/config/sqlproxy.json"
|
||||
|
||||
label_hook() {
|
||||
if [ -z "{LOCAL_DB_PORT}" ]
|
||||
if [ -z "${LOCAL_DB_PORT}" ]
|
||||
then
|
||||
if [ "${LOCAL_DB_TYPE}" = "mysql" ]
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue