()
| 808 | |
| 809 | |
| 810 | def clean_dedsec_bash_environment() -> bool: |
| 811 | """Remove only shell hooks created by DedSec Settings.py. |
| 812 | |
| 813 | Settings.py itself is not modified, and unrelated Bash configuration is kept. |
| 814 | The global bash.bashrc is included in the safety backup before this runs. |
| 815 | """ |
no test coverage detected