Bugfix: Installer bricht ab, wenn Logseq nicht installiert ist (:

This commit is contained in:
Tim Peters 2024-03-13 20:14:38 +01:00
parent 88e2d588f0
commit a5f1e8cb09
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash
COLOR_RED=$( tput setaf 1 )
COLOR_GREEN=$( tput setaf 2 )
@ -80,7 +80,7 @@ getVersionCurrent() {
else
VERSION_CURRENT=
fi
[ -n "$VERSION_CURRENT" ] || err "Konnte nicht ermittelt werden"
#[ -n "$VERSION_CURRENT" ] || err "Konnte nicht ermittelt werden"
}
getLatest() {