fix: non-interactive force update
This commit is contained in:
parent
b319625b29
commit
aee6f5ed8b
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ check_cert_expiration() {
|
|||
}
|
||||
|
||||
main_menu() {
|
||||
if [ "$AUTO_MODE" = "true" ]; then
|
||||
if [ "$AUTO_MODE" = "true" ] || [ "$FORCE_UPDATE" = "true" ]; then
|
||||
process_certificates
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue