Skip to content

Commit d5eb402

Browse files
authored
Update 001-setup-pg_cron.sh
Fixed missing colon in the config
1 parent cf82ab5 commit d5eb402

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)