modified create /dev/shm
This commit is contained in:
@@ -38,7 +38,7 @@ output="$2"
|
||||
2. 修改过的udev164安装包。(修改包中的启动脚本,在start末尾添加创建/dev/shm)
|
||||
|
||||
```
|
||||
if [ -d /dev/shm ];then
|
||||
if [ ! -d /dev/shm ];then
|
||||
mkdir --mode=755 /dev/shm
|
||||
fi
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user