From f4cf57ba74b85483dff42bcf78ef701687b0588a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 29 Jun 2025 21:31:25 -0500 Subject: minor fixes --- postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'postinst') diff --git a/postinst b/postinst index 82b9e71..d8a5218 100755 --- a/postinst +++ b/postinst @@ -1,7 +1,7 @@ #!/bin/sh set -e -cd /etc/gowebd/ +cd /etc/forged/ # allow the binary to open ports below 1024 -setcap 'cap_net_bind_service=+ep' /usr/bin/gowebd +setcap 'cap_net_bind_service=+ep' /usr/bin/forged -- cgit v1.2.3