surrealdb / install.surrealdb.com

The script for installing SurrealDB on unix operating systems
https://install.surrealdb.com
Apache License 2.0
9 stars 6 forks source link

Fix equality operator #12

Open nicholasglazer opened 6 months ago

nicholasglazer commented 6 months ago

Changed the equality operator from '==' to '=' in the conditional statement to fix compatibility issues with POSIX-compliant shells.