finisch custom config option

This commit is contained in:
2019-07-13 21:04:19 +02:00
parent 90926de1d6
commit 2ac2fd9cd2

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