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