Skip to content

Commit ccd4a73

Browse files
committed
newlines
1 parent fca7dbb commit ccd4a73

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package/after_install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
if command -v setcap >/dev/null 2>&1; then
44
setcap 'cap_net_bind_service=+ep' /usr/bin/frankenphp || echo "Warning: failed to set capabilities on frankenphp"
5+
echo "Users without root privileges will not be able to bind to ports < 1024."
56
else
67
if [ -f /etc/debian_version ]; then
78
echo "Warning: setcap not found. Install it with: sudo apt install libcap2-bin"
@@ -10,4 +11,5 @@ else
1011
else
1112
echo "Warning: setcap not found. Install the appropriate libcap package for your system."
1213
fi
14+
echo "Users without root privileges will not be able to bind to ports < 1024."
1315
fi

0 commit comments

Comments
 (0)