mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-30 22:34:15 -05: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"
|
|
"$@"
|