Skip to content

Commit

Permalink
Only download proving system keys in online mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cronicc committed Oct 1, 2021
1 parent df269fb commit 440fb3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
Expand Up @@ -7,6 +7,8 @@ if [ "$(stat -c '%u:%g' /data)" != "65534:65534" ]; then
exit 1
fi

/app/fetch-params.sh
if [ "${MODE:-x}" = "ONLINE" ]; then
/app/fetch-params.sh
fi

exec "$@"

0 comments on commit 440fb3c

Please sign in to comment.