Zusätzliche Sicherheitsüberprüfung der vorhandenen Daten

callerid
Gandalf 2021-04-23 13:03:37 +02:00
parent 9c46b48bf4
commit fef572359f
1 changed files with 1 additions and 1 deletions

2
fax.sh
View File

@ -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