Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenasm committed Feb 27, 2024
1 parent 8ce8ab8 commit 9612ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [ "$ENABLE_HTTPS" == "true" ]; then
lego --path $LEGO_PATH $LEGO_NEW_COMMAND_ARGS
else
echo "running lego renew command"
no_random_sleep_option="no-random-sleep"
no_random_sleep_option="--no-random-sleep"
if [ "$USE_RENEW_DELAY_ON_START" == "true" ]; then
no_random_sleep_option=""
fi
Expand Down

0 comments on commit 9612ed6

Please sign in to comment.