Skip to content

Commit

Permalink
Merge pull request #389 from SirJosh3917/patch-1
Browse files Browse the repository at this point in the history
add dollar sign for interpolation
  • Loading branch information
endofcake authored Mar 31, 2020
2 parents 1b93ba8 + 5bd2bc2 commit 30d6f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ setUp() {
echo "BACKUP_ARCHIVE_PATH=\"${TMP_DIR}/archives/backups\"" >> "$MSM_CONF"
echo "DEBUG=\"true\"" >> "$MSM_CONF"
echo "DEFAULT_USERNAME=\"${USERNAME}\"" >> "$MSM_CONF"
echo "DEFAULT_SCREEN_NAME=\"msmtest-{SERVER_NAME}\"" >> "$MSM_CONF"
echo "DEFAULT_SCREEN_NAME=\"msmtest-${SERVER_NAME}\"" >> "$MSM_CONF"
echo "DEFAULT_INVOCATION=\"java -Xmx${TEST_RAM}M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:+AggressiveOpts -jar {JAR} nogui\"" >> "$MSM_CONF"

source $TEST_SCRIPT
Expand Down

0 comments on commit 30d6f6f

Please sign in to comment.