File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ PUBLIC_IP=$(curl -s4 ifconfig.me)
6060# GATEWAY_APP_ID=31884c4b7775affe4c99735f6c2aff7d7bc6cfcd
6161
6262# Whether to use ACME staging (yes/no)
63- ACME_STAGING=yes
63+ ACME_STAGING=no
6464
6565# Subnet index. 0~15
6666SUBNET_INDEX=0
178178 --no-instance-id \
179179 --secure-time \
180180 --prelaunch-script .prelaunch.sh \
181- --output .app-compose.json
181+ --output .app-compose.json > /dev/null
182182fi
183183
184184# Set launch_token_hash in app-compose.json
188188 ' .launch_token_hash = $token_hash' \
189189 .app-compose.json.tmp > .app-compose.json
190190
191+ COMPOSE_HASH=$( sha256sum .app-compose.json | cut -d' ' -f1)
192+ echo " Compose hash: 0x$COMPOSE_HASH "
193+
191194# Remove the temporary file as it is no longer needed
192195rm " $COMPOSE_TMP "
193196
You can’t perform that action at this time.
0 commit comments