Silence LDAP dependencies installation; Rework the default credentials message so it is easier to see in the console

This commit is contained in:
Rémi Bédard-Couture 2024-04-18 12:33:01 -04:00
parent 89e90bd3ee
commit 6e8a7fcaf6

View file

@ -55,7 +55,7 @@ if [ ! -z "$CHOICES" ]; then
;; ;;
"4") "4")
options+=( ldap ) options+=( ldap )
apt-get install -qqy libldap2-dev libsasl2-dev $STD apt-get install -qqy libldap2-dev libsasl2-dev
;; ;;
"5") "5")
options+=( oauth ) options+=( oauth )
@ -112,5 +112,6 @@ $STD apt-get autoremove
$STD apt-get autoclean $STD apt-get autoclean
msg_ok "Cleaned" msg_ok "Cleaned"
msg_ok "Default login user: admin" echo -e "Default login for ${APP}:
msg_ok "Default login password: admin123" user: ${BL}admin${CL} \n
password: ${BL}admin123${CL} \n"