浏览代码

- 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