5 lines
208 B
Bash
Executable file
5 lines
208 B
Bash
Executable file
#!/bin/bash
|
|
# one off run command for testing without systemd
|
|
source /opt/caddy/env/aws.sh
|
|
sudo -E /usr/bin/env | grep AWS
|
|
sudo -E /opt/caddy/caddy run --config /opt/caddy/conf/caddy.conf --adapter caddyfile
|