We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc612e1 commit 3da710bCopy full SHA for 3da710b
openstack_horizon.sh
@@ -17,6 +17,6 @@ password=$SERVICE_PASSWORD
17
host_ip=$(/sbin/ifconfig eth0| sed -n 's/.*inet *addr:\([0-9\.]*\).*/\1/p')
18
19
echo "#######################################################################################"
20
-echo "The horizon dashboard shoul be at http://$host_ip/. Login with admin/$password"
+echo "The horizon dashboard should be at http://$host_ip/. Login with admin/$password"
21
22
0 commit comments