Skip to content

Commit a8ae43f

Browse files
authored
Kimai: remove deprecated admin_lte section (#9182)
1 parent 122e475 commit a8ae43f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ct/kimai.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ function update_script() {
5656
[ -f "$BACKUP_DIR/local.yaml" ] && cp "$BACKUP_DIR/local.yaml" /opt/kimai/config/packages/
5757
rm -rf "$BACKUP_DIR"
5858
cd /opt/kimai
59+
sed -i '/^admin_lte:/,/^[^[:space:]]/d' config/local.yaml
5960
$STD composer install --no-dev --optimize-autoloader
6061
$STD bin/console kimai:update
6162
msg_ok "Updated Kimai"

install/kimai-install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ kimai:
7171
begin: 15
7272
end: 15
7373
74-
admin_lte:
75-
options:
76-
default_avatar: build/apple-touch-icon.png
7774
EOF
7875
msg_ok "Installed Kimai"
7976

0 commit comments

Comments
 (0)