Fix issue with special character parsing

This commit is contained in:
Corey 2025-04-07 02:07:50 -04:00
parent 13defaea00
commit 2827a0363e
Signed by: coco
GPG Key ID: 051138DA6AEE3E60
1 changed files with 1 additions and 1 deletions

View File

@ -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 "$@"