You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bootstrap script (bootstrap.sh) should be able to be run multiple times without adverse side effects. As pointed out in the README.md in #46, running it twice results in multiple KVPs being insert into the same keys/mc.json file.
The Bootstrap script (bootstrap.sh) should be able to be run multiple times without adverse side effects. As pointed out in the README.md in #46, running it twice results in multiple KVPs being insert into the same keys/mc.json file.
Here's the offending lines:
Proposed fix would be to add an
if
block around theecho
and ensure that file is empty.The text was updated successfully, but these errors were encountered: