Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Hotfix: Disables pulling down config
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Aug 20, 2021
1 parent 71f8fe6 commit 50ceb3c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions start-miner.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/sh

wget \
-O /opt/miner/releases/0.1.0/sys.config \
"${OVERRIDE_CONFIG_URL:=https://helium-assets.nebra.com/docker.config}"
# Temporarily disable pulling down config
#wget \
# -O /opt/miner/releases/0.1.0/sys.config \
# "${OVERRIDE_CONFIG_URL:=https://helium-assets.nebra.com/docker.config}"

if ! PUBLIC_KEYS=$(/opt/miner/bin/miner print_keys)
then
Expand Down

0 comments on commit 50ceb3c

Please sign in to comment.