Skip to content

Commit

Permalink
Fix typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Jan 16, 2024
1 parent 97c6833 commit ceea109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/gs64/launchpad
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly SYSTEM_USER_PASSWORD="${GS64_SYSTEM_USER_PASSWORD:-swordfish}"
readonly STONE_NAME="${GS64_STONE_SERVICE_NAME:-gs64stone}"

set -e
readonly LAUNCHPAD_TOPAZ_SCRIPT="${GEMSTONE_GLOBAL_DIR}/data/launchpad-start.tpz"
readonly LAUNCHPAD_TOPAZ_SCRIPT="${GEMSTONE_GLOBAL_DIR}/launchpad-start.tpz"
set +o histexpand
echo "set gemstone !@${GS64_STONE_HOSTNAME}!${STONE_NAME} user SystemUser pass ${SYSTEM_USER_PASSWORD}" >> "${LAUNCHPAD_TOPAZ_SCRIPT}"
set -o histexpand
Expand Down

0 comments on commit ceea109

Please sign in to comment.