cert update is a forced update

This commit is contained in:
reyesj2
2025-12-02 15:16:59 -06:00
parent b0d9426f1b
commit 877444ac29
2 changed files with 2 additions and 1 deletions
@@ -20,6 +20,7 @@ while [[ $# -gt 0 ]]; do
;;
-c| --certs)
UPDATE_CERTS=true
FORCE_UPDATE=true
shift
;;
*)