[CLI] Add mercs:enable and mercs:disable commands (#3416)

* [CLI] Add `mercs:enable` and `mercs:disable` commands

* Update descriptions
This commit is contained in:
Chris Miles
2023-06-17 19:30:36 -05:00
committed by GitHub
parent cf49b2fe49
commit a663c822e8
6 changed files with 7136 additions and 0 deletions
+3
View File
@@ -2447,6 +2447,9 @@ void Database::SourceSqlFromUrl(std::string url)
return;
}
}
if (res->status == 404) {
LogError("Error retrieving URL [{}]", url);
}
}
else {
LogError("Error retrieving URL [{}]", url);