4 lines
57 B
Text
4 lines
57 B
Text
|
#!/usr/bin/env sh
|
||
|
|
||
|
sleep $RANDOM && exec certbot-duckdns
|