Skip to content

Commit

Permalink
Format vnc connection line in enable-vnc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Wasapl committed Jan 28, 2020
1 parent a7dcf93 commit 9017ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/enable-vnc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PORT=$(( 59000 + INT_IP_ARR[3] ))

# print out connection command
echo "Connect to ${EXT_IP} port $PORT with ${USER_NAME} user:"
echo -e "${YELLOW} vnc ${USER_NAME}@${EXT_IP} -p ${PORT}${NC}"
echo -e "${YELLOW} vnc://${USER_NAME}:<password>@${EXT_IP}:${PORT}${NC}"
if [[ -n "${USERKEY_MD5}" ]]; then
echo ""
echo "RSA key fingerprint:"
Expand Down

0 comments on commit 9017ea8

Please sign in to comment.