ansible/vm-install.sh: Minor cleanup
authornicoo <nicoo@realraum.at>
Sat, 24 Nov 2018 16:11:24 +0000 (17:11 +0100)
committernicoo <nicoo@realraum.at>
Sat, 24 Nov 2018 23:30:26 +0000 (00:30 +0100)
ansible/vm-install.sh

index fcc8b5e..4e93d2c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]; then
-  echo "$0 <vm> <distro> <codename>"
+  echo "$0 <hostname> <distro> <codename>"
   exit 1
 fi