diff --git a/templates/postgres.template.yml b/templates/postgres.template.yml index d46c6cb1a..a7e3bcf45 100644 --- a/templates/postgres.template.yml +++ b/templates/postgres.template.yml @@ -265,5 +265,5 @@ run: cmd: # give db a few secs to start up - "sleep 5" - - /usr/local/bin/create_db + - /usr/local/bin/create_db && rm /usr/local/bin/create_db - "echo postgres installed!"