mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
rc: attempt to create /tmp if it does not exist
This commit is contained in:
parent
a08b8ec72b
commit
95bfea65d0
@ -39,6 +39,8 @@ else
|
||||
USE_MFS_TMP=0
|
||||
fi
|
||||
|
||||
mkdir -p /tmp
|
||||
|
||||
if [ ${USE_MFS_TMP} -ne 0 ]; then
|
||||
mount -t tmpfs -o mode=01777 tmpfs /tmp
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user