Search

cannot execute: required file not found

문제점

스크립트 내부에 ^M (\r) 문자들이 숨겨져 있어서 인터프리터 실행 실패로 이어진다.

트러블 슈팅

sudo yum install -y dos2unix dos2unix test.sh # 파일명 맞게 변경
Shell
복사