Skip to content

Commit 25ce8eb

Browse files
committed
remove password in config, not used
1 parent 9b4ba60 commit 25ce8eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ echo "Génération du fichier de configuration"
4242
CONFFILE=${INSTALL}/etc/config.conf
4343
echo "host=${HOST}" > ${CONFFILE}
4444
echo "user=${USER}" >> ${CONFFILE}
45-
echo "password=${PASSWORD}" >> ${CONFFILE}
4645
echo "base=${BASE}" >> ${CONFFILE}
4746
echo "domain=${DOMAIN}" >> ${CONFFILE}
4847
echo "backendFor=adm,etd,esn" >> ${CONFFILE}

0 commit comments

Comments
 (0)