diff --git a/scripts/run.sh b/scripts/run.sh index f759f7b..f05b009 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -165,7 +165,7 @@ while true; do --config-upload-dir "$UPLOAD_DIRECTORY" \ --private-key-file "$OPENPGP_PRIVATE_KEY_FILE" \ --private-key-passphrase "$OPENPGP_PASSPHRASE" \ - --recreate-on-deploy true \ + --recreate-on-deploy \ $AUCTION_OPTS \ $LOG_OPTS \ $EXTRA_DEPLOY_OPTS \