aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdocker/auto-certbot/daemon.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/auto-certbot/daemon.bash b/docker/auto-certbot/daemon.bash
index 10b2a25..2e805cd 100755
--- a/docker/auto-certbot/daemon.bash
+++ b/docker/auto-certbot/daemon.bash
@@ -54,7 +54,7 @@ function check_and_renew_cert {
# Do we have rest time?
if [ $rest_time_in_second -gt 0 ]; then
# Sleep 1 hour.
- echo "I'm going to sleop for 1 day to check again."
+ echo "I'm going to sleep for 1 day to check again."
sleep 1d
else
# No, renew now.