소스 검색

- chmod a+w reply_fifo for serctl moni

Andrei Pelinescu-Onciul 22 년 전
부모
커밋
3791f5d64b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      scripts/sc

+ 1 - 0
scripts/sc

@@ -818,6 +818,7 @@ case $1 in
 			echo "error opening read fifo $path"
 			exit 1
 		fi
+		chmod a+w $path
 		trap "rm $path;  clear; echo sc monitor ^C-ed; exit 1" 2
 		attempt=0
 		if [ "$2" == "" ]; then