Skip to content

Commit c85bfeb

Browse files
authored
Update 001-setup-pg_cron.sh
Fixing the colon in the postgres config while loading libraries
1 parent 57cfbfe commit c85bfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init-db/001-setup-pg_cron.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Remove last line "shared_preload_libraries='citus'"
55
sed -i '$ d' /var/lib/postgresql/data/pgdata/postgresql.conf
66
cat <<EOT >> /var/lib/postgresql/data/pgdata/postgresql.conf
7-
shared_preload_libraries = 'pg_cron,pg_trgm';
7+
shared_preload_libraries = 'pg_cron,pg_trgm'
88
cron.database_name = 'givethio'
99
EOT
1010
# Required to load pg_cron

0 commit comments

Comments
 (0)