aboutsummaryrefslogtreecommitdiff
path: root/docker/auto-certbot/daemon.bash
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-23 13:02:03 +0800
committercrupest <crupest@outlook.com>2022-11-23 13:02:03 +0800
commit8677ad88526e72b52a2772dc8c658d29d7c40344 (patch)
tree391ffa1f9c6bd02423e7913627b0724706d2a0de /docker/auto-certbot/daemon.bash
parenta9d2e4bcbfcb40b9c9adcae6bd958548233ef488 (diff)
downloadcrupest-8677ad88526e72b52a2772dc8c658d29d7c40344.tar.gz
crupest-8677ad88526e72b52a2772dc8c658d29d7c40344.tar.bz2
crupest-8677ad88526e72b52a2772dc8c658d29d7c40344.zip
Fix a typo.
Diffstat (limited to 'docker/auto-certbot/daemon.bash')
-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.