This commit is contained in:
@ -66,7 +66,12 @@ namespace localpath {
|
||||
std::string agent(){
|
||||
return current_user_home() + "/.local/dropshell_agent";
|
||||
}
|
||||
std::string current_user_home(){
|
||||
std::string files_for_remote_agent()
|
||||
{
|
||||
return agent() + "/files_for_remote_agent";
|
||||
}
|
||||
std::string current_user_home()
|
||||
{
|
||||
char * homedir = std::getenv("HOME");
|
||||
if (homedir)
|
||||
{
|
||||
|
Reference in New Issue
Block a user