system-scripts/README.md

11 lines
251 B
Markdown
Raw Permalink Normal View History

2023-04-30 15:13:43 +03:00
# System scripts
Some useful system scripts for things like fan control and other convenience.
2024-02-28 12:00:38 +02:00
**USE FILESYSTEM SCRIPTS AT YOUR OWN RISK.**
2023-04-30 15:13:43 +03:00
You can regenerate `env-template.txt` based on the current .env file with:
```bash
2023-04-30 15:15:53 +03:00
./setup.sh --gentmpl
2023-04-30 15:13:43 +03:00
```