Error out on failure to open specified config file
This commit is contained in:
parent
04461e6012
commit
ec7935bfef
@ -57,7 +57,7 @@ case $# in
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ -n "$2" -a -f "$2" ]; then
|
||||
if [ -n "$2" ]; then
|
||||
. $2
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user