Ensure fix_wt_config.sh is executable and properly configured for improved execution of configuration tasks.

This commit is contained in:
Torsten Schulz (local)
2025-11-28 10:46:27 +01:00
parent a793e910b5
commit 4b674c7c60
2 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Stelle progressive-bootstrap wieder auf true zurück
sudo sed -i 's|<progressive-bootstrap>false</progressive-bootstrap>|<progressive-bootstrap>true</progressive-bootstrap>|' /etc/wt/wt_config.xml
echo "progressive-bootstrap wieder auf true gesetzt"
sudo grep -n "progressive-bootstrap" /etc/wt/wt_config.xml