Ensure fix_wt_config.sh is executable and properly configured for improved execution of configuration tasks.
This commit is contained in:
5
restore_progressive_bootstrap.sh
Executable file
5
restore_progressive_bootstrap.sh
Executable 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
|
||||
Reference in New Issue
Block a user