Browse Source

Update v-list-sys-hestia-updates (#3924)

Fix typo
Jaap Marcus 2 years ago
parent
commit
e00cc0f4f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-list-sys-hestia-updates

+ 1 - 1
bin/v-list-sys-hestia-updates

@@ -102,7 +102,7 @@ else
 fi
 fi
 
 
 UPDATED='yes'
 UPDATED='yes'
-if [ -n "$hesta_v" ] && [ "$hestia_v" \> "$VERSION" ]; then
+if [ -n "$hestia_v" ] && [ "$hestia_v" \> "$VERSION" ]; then
 	UPDATED='no'
 	UPDATED='no'
 fi
 fi