From 796570a17f70629cb6ac49326c94d414588d0f2c Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Thu, 9 May 2024 16:46:27 +0200 Subject: [PATCH] Remove "sudo" from setcap command --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 1852b53..205cc1b 100755 --- a/installer.sh +++ b/installer.sh @@ -152,7 +152,7 @@ if [ "$setcapis" == "" ]; then else ##Grant networking permissions to Node.JS echo "Granting networking permissions..." - sudo setcap cap_net_bind_service=+ep $nodejs + setcap cap_net_bind_service=+ep $nodejs fi ##Copy SVR.JS files