mirror of
https://github.com/yavook/kiwi-nextcloud.git
synced 2024-11-22 07:13:00 +00:00
6 lines
124 B
Bash
6 lines
124 B
Bash
#!/command/with-contenv sh
|
|
# shellcheck shell=sh
|
|
|
|
nginx_exe="$( command -v nginx )"
|
|
|
|
exec "${nginx_exe}" "-g" "daemon off;"
|