From e052942b997ea4cf867ebb1dc3521698b181bfde Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 24 May 2018 02:53:57 -0600 Subject: [PATCH] expanded note --- installer/get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/get.sh b/installer/get.sh index 23b8678..34c6055 100644 --- a/installer/get.sh +++ b/installer/get.sh @@ -130,7 +130,7 @@ sudo ln -sf $GREENLOCK_PATH/bin/greenlock /usr/local/bin/greenlock set +e if type -p setcap >/dev/null 2>&1; then echo "" - echo "Setting permissions to allow Greenlock to run on port 80" + echo "Setting permissions to allow Greenlock to run on port 80 and port 443 without sudo or root" echo "sudo setcap cap_net_bind_service=+ep $GREENLOCK_PATH/bin/node" sudo setcap cap_net_bind_service=+ep $GREENLOCK_PATH/bin/node fi