We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a1dae commit 2e856f0Copy full SHA for 2e856f0
esxi-poweroff-host.sh
@@ -11,6 +11,6 @@
11
12
logfile=${logdir}/esxi-poweroff-host.log
13
14
-echo "$(date}: $0 sending poweroff command to ESXi host ${esxihost}" | tee -a $logfile
+echo "$(date): $0 sending poweroff command to ESXi host ${esxihost}" | tee -a $logfile
15
16
ssh root@"${esxihost}" poweroff
0 commit comments