Update dgiot_install.sh

This commit is contained in:
JhonLiu 2022-10-28 17:37:50 +08:00 committed by GitHub
parent 4d50ccac13
commit a52d3aaa7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1565,3 +1565,5 @@ echo -e "`date +%F_%T` $LINENO: ${RED} pg_info: postgres://postgres:${pg_auth}@
echo -e "`date +%F_%T` $LINENO: ${RED} pg_info: pg_eip=${pg_eip} pg_auth=${pg_auth}${NC}"
echo -e "`date +%F_%T` $LINENO: ${RED} parse_info: http://${wlanip}:1337/dashboard/ ${NC}"
echo -e "`date +%F_%T` $LINENO: ${RED} parse_info: username=${parse_user} password=${parse_pwd} ${NC}"
echo -e "`date +%F_%T` $LINENO: ${RED} dashboard: http://${wlanip}/ ${NC}"
echo -e "`date +%F_%T` $LINENO: ${RED} dashboard: username=dgiot_dev password=dgiot_dev ${NC}"