mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
Error out on failure to open specified config file
This commit is contained in:
parent
04461e6012
commit
ec7935bfef
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ case $# in
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ -n "$2" -a -f "$2" ]; then
|
||||
if [ -n "$2" ]; then
|
||||
. $2
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue