Cosmetic change.

pull/4/head
Cédric Bonhomme 2017-08-09 22:02:54 +02:00
parent e83c22884e
commit 12a0570e80
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 3 additions and 3 deletions

View File

@ -356,6 +356,6 @@ curl -k -X POST -H "Authorization: $AUTH_KEY" -H "Accept: application/xml" -v ht
# pip install pyzmq > /dev/null 2>&1
echo -e "\n--- MISP is ready! ---\n"
echo -e "\n--- Point your Web browser to http://127.0.0.1:5000 ---\n"
echo -e "\n--- Default user/pass = admin@admin.test/admin ---\n"
echo -e "\e[32mMISP is ready\e[0m"
echo -e "Point your Web browser to \e[33m$MISP_BASEURL\e[0m"
echo -e "Default user/pass = \e[33madmin@admin.test/admin\e[0m"