mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
update script fixie
This commit is contained in:
@@ -14,7 +14,7 @@ CUR=$(cat "$SCRIPT_DIR"/version)
|
||||
|
||||
echo Current: $CUR
|
||||
|
||||
if [[ $CUR -gt $LATEST ]]; then
|
||||
if [[ $CUR -ge $LATEST ]]; then
|
||||
exit Already latest!
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user