Big refactor
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-23 22:06:37 +12:00
parent 048345c636
commit 462d215d5c
24 changed files with 615 additions and 621 deletions

View File

@ -1,6 +1,6 @@
#include "directories.hpp"
#include "config.hpp"
#include "server_env_manager.hpp"
#include "servers.hpp"
#include "output.hpp"
#include <iostream>
@ -174,7 +174,7 @@ namespace localpath {
std::string remotepath::DROPSHELL_DIR() const
{
return server_env_manager(mServer_name).get_user_dir(mUser);
return server_config(mServer_name).get_user_dir(mUser);
}
std::string remotepath::services() const