Error out on failure to open specified config file
This commit is contained in:
parent
fd65ae4586
commit
404c6c2644
@ -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