This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user