Commit 87823aab by John Jarvis

ami for from scratch install

parent d490e64d
...@@ -66,7 +66,7 @@ fi ...@@ -66,7 +66,7 @@ fi
if [[ -z $ami ]]; then if [[ -z $ami ]]; then
if [[ $server_type == "full_edx_installation" ]]; then if [[ $server_type == "full_edx_installation" ]]; then
ami="ami-bd6b6ed4" ami="ami-bd6b6ed4"
elif [[ $server_type == "ubuntu_12.04" ]]; then elif [[ $server_type == "ubuntu_12.04" || $server_type == "full_edx_installation_from_scratch" ]]; then
ami="ami-a73264ce" ami="ami-a73264ce"
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment