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

fix: Check if logfile exists (#1046)

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