mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
rc: code review on previous
This commit is contained in:
parent
2734f2a0ae
commit
f7f86de77b
@ -102,8 +102,8 @@ setup_mfs_link()
|
||||
# storage underneath to run.
|
||||
|
||||
if [ ! -d "${ROOT}${MFS}/${NAME}" ]; then
|
||||
mkdir -p "${ROOT}/${MFS}"
|
||||
mv "${MFS}/${NAME}" "${ROOT}/${MFS}"
|
||||
mkdir -p "${ROOT}${MFS}"
|
||||
mv "${MFS}/${NAME}" "${ROOT}${MFS}"
|
||||
# create a symlink underneath as well
|
||||
ln -s "${ROOT}${MFS}/${NAME}" "${MFS}/${NAME}"
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user