Update source/src/commands/ssh.cpp
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 26s
Build-Test-Publish / build (linux/arm64) (push) Successful in 1m3s

This commit is contained in:
j
2026-01-26 21:07:53 +13:00
parent 120f7ca695
commit 87fee40117

View File

@@ -93,6 +93,7 @@ namespace dropshell
}
error << "No ssh script provided for the service "<<service<<"." << std::endl;
return false;
}
int ssh_handler(const CommandContext &ctx)