finisch custom config option

This commit is contained in:
6543 2019-07-13 21:04:19 +02:00
parent 90926de1d6
commit 2ac2fd9cd2
Signed by: 6543
GPG Key ID: A1CA74D27FD13271
1 changed files with 2 additions and 0 deletions

View File

@ -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
;;