Skip to content

Commit 2f58750

Browse files
committed
Fixed Update Script
1 parent 3506004 commit 2f58750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/local/sbin/eeupdate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ then
625625
EECURRENTVERSION="1.3.4"
626626
fi
627627

628-
if [[ $EECURRENTVERSION = 1.3.4 ]] || [[ $EECURRENTVERSION = 1.3.5 ]] || || [[ $EECURRENTVERSION = 1.3.6 ]]
628+
if [[ $EECURRENTVERSION = 1.3.4 ]] || [[ $EECURRENTVERSION = 1.3.5 ]] || [[ $EECURRENTVERSION = 1.3.6 ]]
629629
then
630630
EE134
631631
fi

0 commit comments

Comments
 (0)