This commit is contained in:
Brian Zalewski 2024-05-18 07:11:55 +00:00
parent 671dda4f70
commit 1fd7ff7395

View file

@ -12,7 +12,7 @@
# * [NGINX Amplify documentation](https://docs.nginx.com/nginx-amplify/#) # * [NGINX Amplify documentation](https://docs.nginx.com/nginx-amplify/#)
if command -v nginx > /dev/null; then if command -v nginx > /dev/null; then
if [ -d Applications ] && [ -d /System ]; then if [ -d /Applications ] && [ -d /System ]; then
### macOS ### macOS
logg info 'Skipping installation of NGINX Amplify because macOS is not supported' logg info 'Skipping installation of NGINX Amplify because macOS is not supported'
NGINX_CONFIG_DIR=/usr/local/etc/nginx NGINX_CONFIG_DIR=/usr/local/etc/nginx