mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
rc: ensure the directory exists
This commit is contained in:
parent
c4bbef0953
commit
f6804ba093
@ -152,6 +152,9 @@ remove_mfs_link()
|
||||
rm -f "${MFS}/${NAME}"
|
||||
mv "${ROOT}${MFS}/${NAME}" "${MFS}/"
|
||||
fi
|
||||
|
||||
# ensure directory always exist
|
||||
mkdir -p "${MFS}/${NAME}"
|
||||
}
|
||||
|
||||
# pre-17.1 compat: use_mfs_tmpvar matches both patterns
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user