mirror of
https://github.com/caddyserver/caddy.git
synced 2026-09-07 11:48:23 +00:00
6 lines
103 B
Bash
Executable file
6 lines
103 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# USAGE: go run -exec ./setcap.sh <args...>
|
|
|
|
sudo setcap cap_net_bind_service=+ep "$1"
|
|
"$@"
|