mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Silence LDAP dependencies installation; Rework the default credentials message so it is easier to see in the console
This commit is contained in:
parent
89e90bd3ee
commit
6e8a7fcaf6
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue