forked from yindun/ansible-devops
更新 scripts/dcgm-exporter.sh
This commit is contained in:
parent
29ad113b1c
commit
b50b0823a5
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue