1
0
This commit is contained in:
2025-12-14 04:19:51 +01:00
parent 1ce9422d09
commit 8153a8f013

View File

@@ -191,7 +191,7 @@ runCmd() { #$1=host $2=name #3=cmd
fi
;;
cmd)
echo "cmd" | tee -a "${LOGFILENAME}"
echo "cmd: ${CMDVAL}" | tee -a "${LOGFILENAME}"
if ! ssh root@"${HOST}" "${CMDVAL}" -f | tee -a "${LOGFILENAME}"; then
ERROR=1
fi