mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 11:40:04 +00:00
7 lines
204 B
Bash
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
|