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 122e475 commit a8ae43fCopy full SHA for a8ae43f
ct/kimai.sh
@@ -56,6 +56,7 @@ function update_script() {
56
[ -f "$BACKUP_DIR/local.yaml" ] && cp "$BACKUP_DIR/local.yaml" /opt/kimai/config/packages/
57
rm -rf "$BACKUP_DIR"
58
cd /opt/kimai
59
+ sed -i '/^admin_lte:/,/^[^[:space:]]/d' config/local.yaml
60
$STD composer install --no-dev --optimize-autoloader
61
$STD bin/console kimai:update
62
msg_ok "Updated Kimai"
install/kimai-install.sh
@@ -71,9 +71,6 @@ kimai:
71
begin: 15
72
end: 15
73
74
-admin_lte:
75
- options:
76
- default_avatar: build/apple-touch-icon.png
77
EOF
78
msg_ok "Installed Kimai"
79
0 commit comments