Install is broken - putting the wrong template on.
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
This commit is contained in:
@@ -89,7 +89,7 @@ namespace dropshell
|
||||
// check the service directory exists.
|
||||
if (!fs::exists(service.local_service_path))
|
||||
{
|
||||
std::cerr << "Error: Service directory not found: " << service.local_service_path << std::endl;
|
||||
warning << "Service directory not found: " << service.local_service_path << std::endl;
|
||||
return LocalServiceInfo();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user