Bah
This commit is contained in:
parent
671dda4f70
commit
1fd7ff7395
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
# * [NGINX Amplify documentation](https://docs.nginx.com/nginx-amplify/#)
|
||||
|
||||
if command -v nginx > /dev/null; then
|
||||
if [ -d Applications ] && [ -d /System ]; then
|
||||
if [ -d /Applications ] && [ -d /System ]; then
|
||||
### macOS
|
||||
logg info 'Skipping installation of NGINX Amplify because macOS is not supported'
|
||||
NGINX_CONFIG_DIR=/usr/local/etc/nginx
|
||||
|
|
Loading…
Reference in a new issue