mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make sure directory exists
This commit is contained in:
parent
891c53b01d
commit
cc1b7ddd0b
@ -744,6 +744,7 @@ fi
|
||||
|
||||
if [ -f "${pkg_repo_conf_path}" ]; then
|
||||
if [ "$(readlink ${pkg_repo_conf})" != "${pkg_repo_conf_path}" ]; then
|
||||
mkdir -p /usr/local/etc/pkg/repos
|
||||
ln -sf ${pkg_repo_conf_path} ${pkg_repo_conf}
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user