mirror of https://github.com/cocosolos/lsd.git
Fix issue with special character parsing
This commit is contained in:
parent
13defaea00
commit
2827a0363e
|
|
@ -3,6 +3,6 @@
|
|||
# Export XI_ variables from corresponding MARIADB_ variables.
|
||||
export XI_NETWORK_SQL_DATABASE=$MARIADB_DATABASE
|
||||
export XI_NETWORK_SQL_LOGIN=$MARIADB_USER
|
||||
export XI_NETWORK_SQL_PASSWORD=$MARIADB_PASSWORD
|
||||
export XI_NETWORK_SQL_PASSWORD="$MARIADB_PASSWORD"
|
||||
|
||||
exec "$@"
|
||||
|
|
|
|||
Loading…
Reference in New Issue