From fef572359fc9e72ea491c1dbceb3cf48de121b2f Mon Sep 17 00:00:00 2001 From: Gandalf Date: Fri, 23 Apr 2021 13:03:37 +0200 Subject: [PATCH] =?UTF-8?q?Zus=C3=A4tzliche=20Sicherheits=C3=BCberpr=C3=BC?= =?UTF-8?q?fung=20der=20vorhandenen=20Daten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fax.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fax.sh b/fax.sh index ac46fc4..713beae 100755 --- a/fax.sh +++ b/fax.sh @@ -34,7 +34,7 @@ do "--handle") $LETTERHEAD_PATH/Adressen/address.sh -l > /dev/null || abort HAND=$2 - if [ $HAND = "+" ] + if [[ -e DECKBLATT.csv && $HAND = "+" ]] then HAND=$(grep + DECKBLATT.csv | cut -d, -f2) fi