Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
86cf6c2d2b remove admin_lte 2025-11-15 23:23:29 +01:00
CanbiZ
e371aa621e kimai: remove deprecated admin_lte 2025-11-15 23:20:55 +01:00
2 changed files with 1 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ function update_script() {
[ -f "$BACKUP_DIR/local.yaml" ] && cp "$BACKUP_DIR/local.yaml" /opt/kimai/config/packages/
rm -rf "$BACKUP_DIR"
cd /opt/kimai
sed -i '/^admin_lte:/,/^[^[:space:]]/d' config/local.yaml
$STD composer install --no-dev --optimize-autoloader
$STD bin/console kimai:update
msg_ok "Updated Kimai"

View File

@@ -71,9 +71,6 @@ kimai:
begin: 15
end: 15
admin_lte:
options:
default_avatar: build/apple-touch-icon.png
EOF
msg_ok "Installed Kimai"