File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,11 +9,9 @@ if [ ! -f "$TARGET_DIR/thor-util" ]; then
99 wget -O " $TEMP_DIR /thor.zip" " https://portal.nextron-systems.com/api/voucher/download/$CONTRACT_TOKEN /thor/linux" && \
1010 unzip -o -q " $TEMP_DIR /thor.zip" -d " $TARGET_DIR " && \
1111 rm " $TEMP_DIR /thor.zip"
12+ " $TARGET_DIR /thor-util" upgrade --techpreview --dev # TODO: remove once THOR11 is published
1213fi
1314
14- # update THOR signatures
15- " $TARGET_DIR /thor-util" update
16-
1715# append optional TLS and VFS arguments to THUNDERSTORM_ARGS
1816[ -n " $TLS_CERT " ] && THUNDERSTORM_ARGS=" $THUNDERSTORM_ARGS --cert $TLS_CERT "
1917[ -n " $TLS_KEY " ] && THUNDERSTORM_ARGS=" $THUNDERSTORM_ARGS --key $TLS_KEY "
@@ -30,7 +28,7 @@ exec "$TARGET_DIR/tools/thunderstorm" \
3028 " --store-samples-score" " ${STORE_SAMPLES_SCORE:- 200} " \
3129 " --thor-location" " ${THOR_LOCATION:- $TARGET_DIR } " \
3230 " --upload-dir" " $UPLOAD_DIR " \
33- " --signature-update-interval" " ${SIGNATURE_UPDATE_INTERVAL: 24} " \
31+ " --signature-update-interval" " ${SIGNATURE_UPDATE_INTERVAL:- 24} " \
3432 $THUNDERSTORM_ARGS \
3533 " --" \
3634 " --no-json" \
You can’t perform that action at this time.
0 commit comments