3 lines
84 B
Bash
3 lines
84 B
Bash
#!/usr/bin/env bash
|
|
# shellcheck disable=SC1083
|
|
tail -f /var/log/php{{PHP}}-fpm.log
|