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 | 8677ad88526e72b52a2772dc8c658d29d7c40344 (patch) | |
| tree | 391ffa1f9c6bd02423e7913627b0724706d2a0de /docker/auto-certbot | |
| parent | a9d2e4bcbfcb40b9c9adcae6bd958548233ef488 (diff) | |
| download | crupest-8677ad88526e72b52a2772dc8c658d29d7c40344.tar.gz crupest-8677ad88526e72b52a2772dc8c658d29d7c40344.tar.bz2 crupest-8677ad88526e72b52a2772dc8c658d29d7c40344.zip  | |
Fix a typo.
Diffstat (limited to 'docker/auto-certbot')
| -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.  | 
