Skip to content

Commit 2e856f0

Browse files
authored
Update esxi-poweroff-host.sh
1 parent 34a1dae commit 2e856f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esxi-poweroff-host.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
logfile=${logdir}/esxi-poweroff-host.log
1313

14-
echo "$(date}: $0 sending poweroff command to ESXi host ${esxihost}" | tee -a $logfile
14+
echo "$(date): $0 sending poweroff command to ESXi host ${esxihost}" | tee -a $logfile
1515

1616
ssh root@"${esxihost}" poweroff

0 commit comments

Comments
 (0)