read custom config file

This commit is contained in:
2019-07-13 20:57:25 +02:00
parent ff5d90c312
commit 189fd6d56c

View File

@ -55,7 +55,12 @@ fi
exit 0
;;
config|c)
echo "[WIP]"
if [ -f "$2" ]; then
source "$2"
else
echo "ERROR Config \"$2\" not found"
fi
else
;;
*)
echo 'Remaster update Live Systems'