Skip to content

Commit

Permalink
need to be using default_seaside template
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Nov 8, 2023
1 parent 79acdf8 commit c6f65b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemstone/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ gemstone::prepare_stone() {
newExtent.solo -r $STONES_REGISTRY_NAME -e $STONE_DIRECTORY/snapshots/extent0.tode.dbf $STONE_NAME $GEMSTONE_DEBUG
loadTode="false"
else
createStone.solo --registry=$STONES_REGISTRY_NAME --template=default \
createStone.solo --registry=$STONES_REGISTRY_NAME --template=default_seaside \
--start $STONE_NAME ${gemstone_version} $GEMSTONE_DEBUG
fi
STONE_STARTED="TRUE"
Expand Down

0 comments on commit c6f65b5

Please sign in to comment.