From 64ad204405f894f2e39115f202d79db0b54b6281 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 23 Nov 2022 13:02:03 +0800 Subject: Fix a typo. --- docker/auto-certbot/daemon.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') 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. -- cgit v1.2.3