This commit is contained in:
Michel Roegl-Brunner 2024-12-19 14:32:12 +01:00
parent 730abf5477
commit b805a9eb71

View File

@ -106,7 +106,7 @@ wget -q "https://github.com/snipe/snipe-it/archive/refs/tags/v${RELEASE}.zip"
Example:
```bash
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
echo "${RELEASE}" >"/opt/AppName_version.txt"
```
---