Change equality operator from bash to posix sh
authorAndreas 'ads' Scherbaum <ads@pgug.de>
Thu, 24 Mar 2022 09:32:27 +0000 (10:32 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Thu, 24 Mar 2022 09:32:27 +0000 (10:32 +0100)
commit11aaa66f55c233a108dba8e76263d5eed26f3eec
tree9bd1d687dd7ce8fa2edc18f20bfefdf03efd8ebf
parent685a259ddb8927e66558817cdf0438c982d49431
Change equality operator from bash to posix sh

The == operator is Bash specific, and since the script isn't Bash
specific the = operator should be used instead.

Author: Andreas 'ads' Scherbaum <ads@pgug.de>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/671fc8a3-8106-be8d-d6a6-325e19b8358f@pgug.de
pgweb/load_initial_data.sh