Skip to content

Commit e24955a

Browse files
CopilotMickLesk
andcommitted
Fix typo in kimai.sh: correct config path to config/packages/local.yaml
Co-authored-by: MickLesk <[email protected]>
1 parent 573adc2 commit e24955a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/kimai.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +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
59+
sed -i '/^admin_lte:/,/^[^[:space:]]/d' config/packages/local.yaml
6060
$STD composer install --no-dev --optimize-autoloader
6161
$STD bin/console kimai:update
6262
msg_ok "Updated Kimai"

0 commit comments

Comments
 (0)