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