diff options
author | crupest <crupest@outlook.com> | 2022-11-23 13:02:03 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-23 13:02:03 +0800 |
commit | 64ad204405f894f2e39115f202d79db0b54b6281 (patch) | |
tree | 391ffa1f9c6bd02423e7913627b0724706d2a0de /docker/auto-certbot/daemon.bash | |
parent | 1091d2fd72d661197210ddd9b94fd37899f61746 (diff) | |
download | crupest-64ad204405f894f2e39115f202d79db0b54b6281.tar.gz crupest-64ad204405f894f2e39115f202d79db0b54b6281.tar.bz2 crupest-64ad204405f894f2e39115f202d79db0b54b6281.zip |
Fix a typo.
Diffstat (limited to 'docker/auto-certbot/daemon.bash')
-rwxr-xr-x | docker/auto-certbot/daemon.bash | 2 |
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. |