Release v2-verbose

This commit is contained in:
Shivam Mathur
2025-08-25 14:49:13 +05:30
parent ec406be512
commit 6f31774e78
42 changed files with 172 additions and 172 deletions

View File

@ -11,7 +11,7 @@ add_geos() {
if check_extension "geos"; then
add_log "${tick:?}" "geos" "Enabled"
else
add_geos_helper >/dev/null 2>&1
add_geos_helper
add_extension_log "geos" "Installed and enabled"
fi
}