fix param path
old-commit-hash: e2df83089fe0050d41ef3d7f9241c75b14cba134
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Path {
|
||||
}
|
||||
|
||||
inline std::string params() {
|
||||
return util::getenv("PARAMS_ROOT", Hardware::PC ? (Path::comma_home() + "/params") : "/data/params");
|
||||
return util::getenv("PARAMS_ROOT", Hardware::PC() ? (Path::comma_home() + "/params") : "/data/params");
|
||||
}
|
||||
|
||||
inline std::string rsa_file() {
|
||||
|
||||
Reference in New Issue
Block a user