We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf2846 commit de828aaCopy full SHA for de828aa
ct/kimai.sh
@@ -35,7 +35,7 @@ function update_script() {
35
msg_ok "Migrated PHP $CURRENT_PHP to 8.4"
36
fi
37
38
- if check_for_gh_release "Kimai" "kimai/kimai"; then
+ if check_for_gh_release "kimai" "kimai/kimai"; then
39
BACKUP_DIR="/opt/kimai_backup"
40
41
msg_info "Stopping Apache2"
@@ -49,7 +49,7 @@ function update_script() {
49
[ -f /opt/kimai/config/packages/local.yaml ] && cp /opt/kimai/config/packages/local.yaml "$BACKUP_DIR/"
50
msg_ok "Backup completed"
51
52
- fetch_and_deploy_gh_release "Kimai" "kimai/kimai"
+ fetch_and_deploy_gh_release "kimai" "kimai/kimai"
53
54
msg_info "Updating Kimai"
55
[ -d "$BACKUP_DIR/var" ] && cp -r "$BACKUP_DIR/var" /opt/kimai/
0 commit comments