Skip to content

siac shouldn't die if password file is missing

Thomas Bennett requested to merge tbenz9/Sia:fix-api-password into master

Fixes #3495 (closed)

Ideally, siac would be smart enough to know if --authenticate-api=false is passed into siad but I don't know how to do that. Instead, this solution just tries to open the apipassword file and continues if it can't open it.

Merge request reports