svg
This commit is contained in:
@ -4,9 +4,7 @@
|
||||
dicos="$dir/dicos/.env.dicos"
|
||||
|
||||
# Exporter la variable
|
||||
while IFS='=' read -r key value; do
|
||||
export "$key"="$value"
|
||||
done < $dir/env/.env.merge
|
||||
export $(grep -v '^#' $dir/env/.env.merge 2>/dev/null| xargs)
|
||||
|
||||
# Initialisation des tableaux
|
||||
templates=()
|
||||
|
Reference in New Issue
Block a user