fixed oopsie in kickstart.sh
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
RunKs=1
|
RunKs=1
|
||||||
|
|
||||||
#Getting build build nubers
|
#Getting build build nubers
|
||||||
InstVer=$(cat/opt/ShellHub/build.ID)
|
InstVer=$(cat /opt/ShellHub/build.ID)
|
||||||
CurVer=$(wget -q -O- https://git.bprieshof.nl/ci/Releases/ShellHub/$RelVer/build.ID)
|
CurVer=$(wget -q -O- https://git.bprieshof.nl/ci/Releases/ShellHub/$RelVer/build.ID)
|
||||||
|
|
||||||
if (("$CurVer" < "$InstVer")); then
|
if (("$CurVer" < "$InstVer")); then
|
||||||
|
|||||||
Reference in New Issue
Block a user