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