Commit 56347672 by Dwight Engen Committed by Stéphane Graber

oracle template: default to 6.5 when no release given or detected

parent 91bcb2dd
...@@ -713,8 +713,8 @@ else ...@@ -713,8 +713,8 @@ else
if [ $host_distribution = "OracleServer" ]; then if [ $host_distribution = "OracleServer" ]; then
container_release_version=$host_release_version container_release_version=$host_release_version
else else
echo "No release specified with -R, defaulting to 6.4" echo "No release specified with -R, defaulting to 6.5"
container_release_version="6.4" container_release_version="6.5"
fi fi
fi fi
container_release_major=`echo $container_release_version |awk -F '.' '{print $1}'` container_release_major=`echo $container_release_version |awk -F '.' '{print $1}'`
......
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