mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 08:09:42 +00:00
rc: mount repo of available
This commit is contained in:
parent
ca4f01e71d
commit
80df5b07ba
@ -103,6 +103,11 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
# mount repo if available
|
||||
if [ -d /root/core ]; then
|
||||
/usr/bin/make -C /root/core mount
|
||||
fi
|
||||
|
||||
if [ ! "$PLATFORM" = "jail" ]; then
|
||||
# Check to see if a compact flash mountpoint exists
|
||||
# If it fails to mount then run a fsck -y
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user