fix kimai Update Check

This commit is contained in:
CanbiZ
2025-11-06 08:24:32 -08:00
committed by GitHub
parent c259483596
commit d0595c911f

View File

@@ -34,7 +34,7 @@ function update_script() {
PHP_VERSION="8.4" PHP_MODULE="mysql" PHP_APACHE="YES" setup_php
setup_composer
if check_for_gh_release "koillection" "benjaminjonard/koillection"; then
if check_for_gh_release "kimai" "kimai/kimai"; then
BACKUP_DIR="/opt/kimai_backup"
msg_info "Stopping Apache2"