LOG_FILE="/var/log/nutanix_quiesce.log"
# Append timestamp and action to log
echo "[$(date '+%Y-%m-%d %H:%M:%S')] POST-FREEZE: From my post freeze script..." >> "$LOG_FILE"
×
LOG_FILE="/var/log/nutanix_quiesce.log"
# Append timestamp and action to log
echo "[$(date '+%Y-%m-%d %H:%M:%S')] POST-FREEZE: From my post freeze script..." >> "$LOG_FILE"
Loading...