feat: Update 14 and remove 1 files
This commit is contained in:
@@ -175,6 +175,11 @@ namespace dropshell
|
||||
return remotepath(mServer_name, mUser).DROPSHELL_DIR() + "/" + filenames::server_info_env;
|
||||
}
|
||||
|
||||
std::string remotefile::ds_run()
|
||||
{
|
||||
return remotepath(mServer_name,mUser).agent() + "/" + filenames::ds_run;
|
||||
}
|
||||
|
||||
remotepath::remotepath(const std::string &server_name, const std::string &user) : mServer_name(server_name), mUser(user) {}
|
||||
|
||||
std::string remotepath::DROPSHELL_DIR() const
|
||||
|
||||
Reference in New Issue
Block a user