diff --git a/lib/lib.sh b/lib/lib.sh index 86251fc..0eaf5ed 100644 --- a/lib/lib.sh +++ b/lib/lib.sh @@ -296,7 +296,10 @@ function stop() { function show_logs() { ( cd $DIR - grep '' *.out + set +e + grep --text '' *.log + grep --text '' forgejo-work-path/log/*.log + grep --text '' *.out ) }