Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Sutton committed May 27, 2021
1 parent ba5bcf2 commit 038d4f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ prepare-templates:
@read -p "Domain name: " DOMAIN; \
rpl example.org $$DOMAIN nginx_conf/nginx.conf nginx_certbot_init_conf/nginx.conf init-letsencrypt.sh .env;
@read -p "Valid Contact Person Email Address: " EMAIL; \
rpl validemail@yourdomain.org $$EMAIL init-letsencrypt.sh .env; \
rpl ADMIN_EMAIL=admin@localhost ADMIN_EMAIL=$$EMAIL; \
rpl EMAIL=admin@localhost EMAIL=$$EMAIL
rpl validemail@yourdomain.org $$EMAIL init-letsencrypt.sh .env
@echo "=========================:"
@echo "PostgREST specific updates:"
@echo "=========================:"
Expand Down

0 comments on commit 038d4f8

Please sign in to comment.