create-user: update for new servers
[hcoop/scripts.git] / ca-install
index 60419ea..416cc0d 100755 (executable)
@@ -58,7 +58,7 @@ function verify_cert () {
 
 # Make sure we run this from an admin host...
 if test "$(hostname -s)" != "gibran"; then
-    echo "Error: This script must be run from fritz."
+    echo "Error: This script must be run from gibran."
     exit 1
 fi