Docker-PHP/apache/show_logs.runit
2024-05-16 14:07:58 +02:00

4 lines
86 B
Bash
Executable file

#!/bin/bash
tail -f /var/log/apache2/error.log &
tail -f /var/log/apache2/access.log