Skip to content

Commit

Permalink
Issue #295: add 3.6.x to upgradeStone script
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 20, 2020
1 parent 532723d commit b172e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/upgradeStone
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ EOF
"$GS_HOME/bin/private/postUpgradeSeasideImage" $targetStoneName "$upgradeLogDir"
echo "Seaside Upgrade completed. No errors detected."
;;
3.5.*)
3.5.*|3.6.*)
set +e
upgradeScript=$GEMSTONE/upgrade/createGsDevKit_upgrade.topaz
"$GEMSTONE/seaside/bin/upgradeSeasideImage" -c $tempObjCacheSize -s $targetStoneName -u $gemstoneUserId -p $gemstonePassword -P $upgradeScript >> $upgradeLogDir/topaz.out 2>&1 << EOF
Expand Down

0 comments on commit b172e6b

Please sign in to comment.