CC-2806: Create upgrade template file
-initial commit
This commit is contained in:
parent
1593313805
commit
b9863e660e
6 changed files with 1264 additions and 386 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue