procurve-watch
procurve-watch copied to clipboard
sshpass command
Hello, Small typo in the sshpass command:
sshpass -p"$PASSWORD"
There's a missing space, it should read:
sshpass -p "$PASSWORD"
Otherwise it says sshpass failed to run command