From 144bab1ae7a25a7ac5d32fb24fbfce607e272a6d Mon Sep 17 00:00:00 2001 From: titanz Date: Wed, 30 Apr 2025 16:01:36 +0200 Subject: [PATCH] Remove outdated comment --- setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.sh b/setup.sh index 175d3ad..66c5bf4 100644 --- a/setup.sh +++ b/setup.sh @@ -64,7 +64,6 @@ if [ "${ip_pinning}" = '1' ]; then fi # Setup webroot for NGINX -## Explicitly using /var/srv here because SELinux does not follow symlinks sudo semanage fcontext -a -t httpd_sys_content_t "$(realpath /srv/nginx)(/.*)?" sudo mkdir -p /srv/nginx/.well-known/acme-challenge sudo chmod -R 755 /srv/nginx