Major refactor
This commit is contained in:
@@ -32,11 +32,6 @@ namespace dropshell
|
||||
return (servicepath.empty() ? "" : (fs::path(servicepath) / filenames::service_env).string());
|
||||
}
|
||||
|
||||
std::string template_example()
|
||||
{
|
||||
return localpath::agent_local() + "/template_example";
|
||||
}
|
||||
|
||||
std::string bb64()
|
||||
{
|
||||
return localpath::agent_local() + "/bb64";
|
||||
@@ -114,6 +109,12 @@ namespace dropshell
|
||||
return dropshell_dir() + "/template_cache";
|
||||
}
|
||||
|
||||
std::string template_example()
|
||||
{
|
||||
return agent_local() + "/template_example";
|
||||
}
|
||||
|
||||
|
||||
bool create_directories()
|
||||
{
|
||||
std::vector<std::filesystem::path> paths = {
|
||||
|
||||
Reference in New Issue
Block a user