Skip to content

Commit

Permalink
fix a "--no-random-sleep" flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenasm committed Apr 6, 2024
1 parent 9612ed6 commit ef5c05c
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 @@ -8,7 +8,7 @@ if [ "$ENABLE_HTTPS" == "true" ]; then
if [ "$USE_RENEW_DELAY_ON_START" == "true" ]; then
no_random_sleep_option=""
fi
lego --path $LEGO_PATH $no_random_sleep_option $LEGO_RENEW_COMMAND_ARGS
lego --path $LEGO_PATH $LEGO_RENEW_COMMAND_ARGS $no_random_sleep_option
fi
fi

Expand Down

0 comments on commit ef5c05c

Please sign in to comment.