read custom config file
This commit is contained in:
parent
ff5d90c312
commit
189fd6d56c
@ -55,7 +55,12 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
config|c)
|
config|c)
|
||||||
echo "[WIP]"
|
if [ -f "$2" ]; then
|
||||||
|
source "$2"
|
||||||
|
else
|
||||||
|
echo "ERROR Config \"$2\" not found"
|
||||||
|
fi
|
||||||
|
else
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo 'Remaster update Live Systems'
|
echo 'Remaster update Live Systems'
|
||||||
|
Loading…
Reference in New Issue
Block a user