Ajout : lib/log.sh .
[lhc/ateliers.git] / vm_hosted
index 5289046..ebb930d 100755 (executable)
--- a/vm_hosted
+++ b/vm_hosted
@@ -825,7 +825,8 @@ ${1+shift}
 case $rule in
  (help);;
  (*)
-       test "$(hostname --fqdn)" = "$vm_fqdn"
+       test "$(hostname --fqdn)" = "$vm_fqdn" ||
+       error 1 "mauvaise machine"
        ${TRACE:+set -x}
        ;;
  esac