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