only override url if vhost file exists

This commit is contained in:
Jeff Lindsay
2013-06-30 12:02:52 -05:00
parent 071c446315
commit 997d2dd09c
3 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -e
KEYNAME="$1"
indent() { sed "s/^/ /"; }
echo "-----> Booting EC2 instance..."