projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cb7732
)
ansible/vm-install.sh: Minor cleanup
author
nicoo
<nicoo@realraum.at>
Sat, 24 Nov 2018 16:11:24 +0000
(17:11 +0100)
committer
nicoo
<nicoo@realraum.at>
Sat, 24 Nov 2018 23:30:26 +0000
(
00:30
+0100)
ansible/vm-install.sh
patch
|
blob
|
history
diff --git
a/ansible/vm-install.sh
b/ansible/vm-install.sh
index
fcc8b5e
..
4e93d2c
100755
(executable)
--- a/
ansible/vm-install.sh
+++ b/
ansible/vm-install.sh
@@
-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