.
This commit is contained in:
@ -134,7 +134,7 @@ bool service_runner::uninstall() {
|
||||
}
|
||||
|
||||
// 4. Remove the service directory from the server
|
||||
std::string rm_cmd = "'rm -rf " + quote(remotepath::service(mServer, mService)) + "'";
|
||||
std::string rm_cmd = "rm -rf " + quote(remotepath::service(mServer, mService));
|
||||
if (!mServerEnv.execute_ssh_command(rm_cmd)) {
|
||||
std::cerr << "Failed to remove service directory" << std::endl;
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user