diff --git a/lib/lib.sh b/lib/lib.sh index 0eaf5ed..12a5d90 100644 --- a/lib/lib.sh +++ b/lib/lib.sh @@ -297,9 +297,9 @@ function show_logs() { ( cd $DIR set +e - grep --text '' *.log - grep --text '' forgejo-work-path/log/*.log - grep --text '' *.out + grep --with-filename --text '' *.log + grep --with-filename --text '' forgejo-work-path/log/*.log + grep --with-filename --text '' *.out ) }