From 996c524b0e5f92849cf355e72bccb5e86b863cd6 Mon Sep 17 00:00:00 2001 From: Gandalf Date: Mon, 29 Mar 2021 11:47:14 +0200 Subject: [PATCH] Fixed errors in variable handling --- faxreport.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/faxreport.sh b/faxreport.sh index 73a97fc..0eff67d 100755 --- a/faxreport.sh +++ b/faxreport.sh @@ -27,13 +27,13 @@ done if [ $IDF = false ] then echo "Guessing…" - $ID=$(tail -n 1 $BASEPATH/.fax_history) + ID=$(tail -n 1 $BASEPATH/.fax_history) if [ -z $ID ] then echo "Nothing to guess from. Please send a fax first" exit 1 fi - $IDF=true + IDF=true fi . $BASEPATH/authorization.sh # stellt AUTH_TOKEN bereit