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 573adc2 commit e24955aCopy full SHA for e24955a
ct/kimai.sh
@@ -56,7 +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
+ sed -i '/^admin_lte:/,/^[^[:space:]]/d' config/packages/local.yaml
60
$STD composer install --no-dev --optimize-autoloader
61
$STD bin/console kimai:update
62
msg_ok "Updated Kimai"
0 commit comments