From 2ac2fd9cd22c0a4378222ae2f7dbc85a56e56746 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sat, 13 Jul 2019 21:04:19 +0200 Subject: [PATCH] finisch custom config option --- src/remaster.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/remaster.sh b/src/remaster.sh index 3d3a746..fd2a92c 100755 --- a/src/remaster.sh +++ b/src/remaster.sh @@ -56,9 +56,11 @@ fi ;; config|c) if [ -f "$2" ]; then + source /func/clear_config source "$2" else echo "ERROR Config \"$2\" not found" + exit 1 fi else ;;