twenty/packages/twenty-postgres
Varrooo 0f7ddd2f14
Fixs/reviews setups (#3067)
* update syntax to POSIX

The function keyword is not recognize by every POSIX-compliant shell.  The function keyword is a bashism, a bash extension. POSIX syntax does not use function and mandates the use of parenthesis.

This commit fixes the two issues :
./linux/provision-postgres-linux.sh: 9: function: not found
./linux/provision-postgres-linux.sh: 15: Syntax error: "}" unexpected

* update path init.sql

* update steps numbers yarn setup

There were two number 3's, everything should be correct now.

* delete useless -e
2023-12-19 15:20:13 +01:00
..
docker [Wip] Update CI CD (#2945) 2023-12-12 22:38:40 +01:00
linux Fixs/reviews setups (#3067) 2023-12-19 15:20:13 +01:00
macos Fix build linter issues 2023-12-12 23:18:16 +01:00
init.sql [Wip] Update CI CD (#2945) 2023-12-12 22:38:40 +01:00
Makefile [Wip] Update CI CD (#2945) 2023-12-12 22:38:40 +01:00