read custom config file

This commit is contained in:
6543 2019-07-13 20:57:25 +02:00
parent ff5d90c312
commit 189fd6d56c
Signed by: 6543
GPG Key ID: A1CA74D27FD13271
1 changed files with 6 additions and 1 deletions

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'