소스 검색

dev: automated commit - 2025-07-17 13:56:41

Mariano Z. 7 달 전
부모
커밋
b60e2c8e13
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      runs/base

+ 0 - 5
runs/base

@@ -19,11 +19,6 @@ check_requirements() {
 		exit 1
 	fi
 
-	# Check if running with sudo
-	if [[ $EUID -ne 0 ]]; then
-		log_error "This script must be run with sudo privileges"
-		exit 1
-	fi
 }
 
 detect_hardware() {