更新 scripts/dcgm-exporter.sh

This commit is contained in:
joy 2025-09-20 18:29:00 +08:00
parent 29ad113b1c
commit b50b0823a5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
set -euo pipefail set -uo pipefail
# 全局变量 # 全局变量
LOG_FILE="/var/log/dcgm-exporter-install_$(date +%Y%m%d%H%M%S).log" LOG_FILE="/var/log/dcgm-exporter-install_$(date +%Y%m%d%H%M%S).log"