From 1fd7ff73956a8fc6f3d358618f587a1520340995 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Sat, 18 May 2024 07:11:55 +0000 Subject: [PATCH] Bah --- home/dot_local/bin/post-installx/executable_post-nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_local/bin/post-installx/executable_post-nginx.sh b/home/dot_local/bin/post-installx/executable_post-nginx.sh index 42d45fe3..2fbad334 100644 --- a/home/dot_local/bin/post-installx/executable_post-nginx.sh +++ b/home/dot_local/bin/post-installx/executable_post-nginx.sh @@ -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