Files
nginx-proxy-manager/backend/embed/acme.sh
2021-07-15 13:26:14 +10:00

7 lines
204 B
Bash

#!/usr/bin/bash
echo "This is a placeholder for the official acme.sh script"
echo "that will be embedded into the binary. If you are seeing"
echo "this message then something is not quite right."
exit 1