JavaScript:
const jqcmd_reboot = `jq '.method[0].provider.arguments = ["/home/azureuser/reboot_agent.py", '${ip.join("', '")}' ]' /home/azureuser/reboot_agent.json > /home/azureuser/reboot_agents.json`;
Code:
Error in SSH command execution: Error: Command failed: jq '.method[0].provider.arguments = ["/home/azureuser/reboot_agent.py",
'ip' ]' /home/azureuser/reboot_agent.json > /home/azureuser/reboot_agents.json
The system cannot find the path specified.
Last edited by a moderator: