From f7f2c5137b9b16a70a7b87e3751f817ef2699bce Mon Sep 17 00:00:00 2001 From: Tristan Krause Date: Tue, 24 Sep 2019 12:29:15 +0200 Subject: [PATCH] fixed one error in install script --- install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install b/install index 834a48a..7b4afd9 100755 --- a/install +++ b/install @@ -130,6 +130,10 @@ if [ ! -f "$mcu_cfg" ]; then fi +# Lese aktuell eingestellte MCU aus +mcu=`cat "$mcu_cfg"` + + # frage Nutzer nach MCU von diesem Arbeitsplatz msg "Wichtiger Hinweis: atmega1284p ist nicht gleich atmega1284" out "Bitte geben Sie die MCU für diesen Arbeitsplatz an:"