Pb fin de lignes windows ...

This commit is contained in:
2025-09-08 01:38:43 +02:00
parent 060c6e4443
commit e3041f2df6
17 changed files with 152 additions and 146 deletions

View File

@@ -197,6 +197,9 @@ for ARG in "$@"; do
'-pod' | '-casto'* )
castopod="off"
;;
'-spip' )
spip="off"
;;
'+paheko' )
paheko="on"
;;

View File

@@ -2,3 +2,6 @@ MYSQL_ROOT_PASSWORD=@@pass@@castopod@@p@@
MYSQL_USER=@@user@@castopod1@@u@@
MYSQL_PASSWORD=@@pass@@castopod1@@p@@
MYSQL_DATABASE=@@db@@castopod1@@d@@
CP_DATABASE_NAME=@@db@@castopod1@@d@@
CP_DATABASE_USERNAME=@@user@@castopod1@@u@@
CP_DATABASE_PASSWORD=@@pass@@castopod1@@p@@