mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 08:15:42 -04:00
7 lines
127 B
Plaintext
Executable File
7 lines
127 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
if [[ -f /usr/sbin/php-fpm83 ]]; then
|
|
exec /usr/sbin/php-fpm83 -F
|
|
fi
|