This commit is contained in:
@ -84,7 +84,7 @@ namespace dropshell
|
||||
remote_command_script_file,
|
||||
remotefile(server, user).service_env(service)}, user))
|
||||
{
|
||||
error << "Error: Required service directories not found on remote server" << std::endl;
|
||||
error << "Required service directories not found on remote server" << std::endl;
|
||||
info << "Is the service installed?" << std::endl;
|
||||
return false;
|
||||
}
|
||||
@ -103,7 +103,7 @@ namespace dropshell
|
||||
std::string local_backups_dir = localpath::backups();
|
||||
if (local_backups_dir.empty())
|
||||
{
|
||||
error << "Error: Local backups directory not found" << std::endl;
|
||||
error << "Local backups directory not found" << std::endl;
|
||||
info << "Run 'dropshell edit' to configure DropShell" << std::endl;
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user