We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd4a73 commit 101b114Copy full SHA for 101b114
1 file changed
package/after_install.sh
@@ -2,7 +2,7 @@
2
3
if command -v setcap >/dev/null 2>&1; then
4
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."
+ echo "Users without root privileges will not be to run 'frankenphp php-server' on ports 80/443."
6
else
7
if [ -f /etc/debian_version ]; then
8
echo "Warning: setcap not found. Install it with: sudo apt install libcap2-bin"
@@ -11,5 +11,5 @@ else
11
12
echo "Warning: setcap not found. Install the appropriate libcap package for your system."
13
fi
14
15
0 commit comments