This commit is contained in:
2023-11-02 17:32:25 +01:00
parent 29730c28f2
commit 963233ff83
2 changed files with 48 additions and 3 deletions

View File

@ -3,10 +3,16 @@
#1 : action = default up
#2 : service = optionnel
# Fusionner l'ensemble des fichier .env en un seul
rm -f ./.env.local
cat ./env/.env* >> ./.env.local
# Include
. ./misc/tools/e-ihm.sh
. ./env/.env
. ./env/.env.local
# Start script
clear
BigTitle "ENVOLE"
@ -58,9 +64,7 @@ up(){
# Stop du ou des services
stop $1
# Fusionner l'ensemble des fichier .env en un seul
rm -f ./.env.local
cat ./env/.env* >> ./.env.local
# MARIADB
Title "MARIADB"