Files
singlechat/restore_progressive_bootstrap.sh

6 lines
323 B
Bash
Executable File

#!/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