mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
fix version string for update check
This commit is contained in:
parent
a90f135f06
commit
2bac239763
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ echo
|
|||
# Let's check for version
|
||||
function fuCHECK_VERSION () {
|
||||
local myMINVERSION="19.03.0"
|
||||
local myMASTERVERSION="20.06.0"
|
||||
local myMASTERVERSION="20.06.1"
|
||||
echo
|
||||
echo "### Checking for Release ID"
|
||||
myRELEASE=$(lsb_release -i | grep Debian -c)
|
||||
|
|
Loading…
Reference in a new issue