Index: drbl-virt/sbin/functions_drbl_virt
===================================================================
--- drbl-virt/sbin/functions_drbl_virt	(revision 202)
+++ drbl-virt/sbin/functions_drbl_virt	(revision 203)
@@ -68,5 +68,5 @@
     echo "Xen will be the only Hypervisior in your DRBL"
     echo -e "Because CPU don't support virtualization, it can't choose KVM to be the Hypervisior"
-    echo ""
+    read -p "push [enter] to contiunte..."
     VMM_select=1
     echo "Xen" > $Work_Home/etc/hypervisior
@@ -426,3 +426,5 @@
 chown -R drbl-virter.drbl-virter $Work_Home/tomcat-7.0.2
 su  drbl-virter -c "$Work_Home/tomcat-7.0.2/bin/startup.sh"
-}
+echo ""
+echo "[Go to http://{server_IP}:8080/drbl-virt/ to check !]"
+}
