Unverified Commit 3bf738cd authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Check if logfile exists (#875)

parent b38f4c18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -372,7 +372,7 @@ configurePasst() {
    tail -fn +0 "$log" &
  else
    if [[ "$DEBUG" == [Yy1]* ]]; then
      cat "$log" && echo ""
      [ -f "$log" ] && cat "$log" && echo ""
    fi
  fi