finisch custom config option
This commit is contained in:
parent
90926de1d6
commit
2ac2fd9cd2
@ -56,9 +56,11 @@ fi
|
|||||||
;;
|
;;
|
||||||
config|c)
|
config|c)
|
||||||
if [ -f "$2" ]; then
|
if [ -f "$2" ]; then
|
||||||
|
source <LIBDIR>/func/clear_config
|
||||||
source "$2"
|
source "$2"
|
||||||
else
|
else
|
||||||
echo "ERROR Config \"$2\" not found"
|
echo "ERROR Config \"$2\" not found"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user