CC-2806: Create upgrade template file

-initial commit
This commit is contained in:
martin 2011-09-29 17:50:12 -04:00
parent 1593313805
commit b9863e660e
6 changed files with 1264 additions and 386 deletions

View file

@ -38,6 +38,7 @@ if [ "$result" -eq "2" ]; then
exit 0
elif [ "$result" -ne "0" ]; then
#There was an error, exit with error code.
echo "There was an error during upgrade. Exit code $result"
exit 1
fi
set -e