commit | 787af01bddbaace8f83c65c273da6a62a9658a06 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Tue Nov 01 16:44:19 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Tue Nov 01 16:44:19 2011 -0700 |
tree | 60423bb0e14d06ad466179191bc8ba1838f571d9 | |
parent | 9f1863450e71e19bb8ff42e9a7c182c3f5f67c3d [diff] [blame] |
fix sourcing of openrc
diff --git a/exercises/euca.sh b/exercises/euca.sh index fc81af8..0cb5fea 100755 --- a/exercises/euca.sh +++ b/exercises/euca.sh
@@ -17,7 +17,9 @@ # ======== # Use openrc + stackrc + localrc for settings +pushd $(cd $(dirname "$0")/.. && pwd) source ./openrc +popd # Max time till the vm is bootable BOOT_TIMEOUT=${BOOT_TIMEOUT:-15}