Variable SKIP_UNINSTALLED introduced

Fixes #321.
This commit is contained in:
Søren Theilgaard
2022-02-08 13:46:05 +01:00
parent 071586e43c
commit 4cee224d17
4 changed files with 14 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
## v10
- Introducing variable `SKIP_UNINSTALLED` that normally will be `0` and the script will run and install the software label if other conditions align with this. Use `SKIP_UNINSTALLED=1` to have the script stop if a current installation of the app is not found.
-
## v9