This commit is contained in:
unknown
2026-03-21 07:26:38 +09:00
parent 166d94fca4
commit 40150cd66d
406 changed files with 34179 additions and 55658 deletions
+3 -1
View File
@@ -26,7 +26,9 @@ def validate_ip_file(ip_file_path):
return ip_file_path
# 정보 저장 디렉터리 설정
OUTPUT_DIR = "idrac_info"
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
# data/scripts/ -> data/temp/staging
OUTPUT_DIR = os.path.join(BASE_DIR, "..", "temp", "staging")
os.makedirs(OUTPUT_DIR, exist_ok=True)
# iDRAC 정보를 가져오는 함수 정의