From 3156441797240ab4e11f881d188b1e5b7306054a Mon Sep 17 00:00:00 2001 From: Lord Anton Hvornum Date: Fri, 13 Apr 2018 06:13:38 +0200 Subject: Debugging --- deployments/08:00:27:6f:0c:25.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployments') diff --git a/deployments/08:00:27:6f:0c:25.json b/deployments/08:00:27:6f:0c:25.json index 5873193c..5c29575b 100644 --- a/deployments/08:00:27:6f:0c:25.json +++ b/deployments/08:00:27:6f:0c:25.json @@ -11,7 +11,7 @@ "sh -c \"echo 'postgres:{pin}' | chpasswd\"" : null, "su - postgres -c \"initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data'\"" : null, "systemctl start postgresql" : null, - "su - postgres -c \"psql -c 'CREATE USER pdns WITH PASSWORD \'SomePassword\';'\"" : {"debug" : true} + "su - postgres -c \"psql -c 'CREATE USER pdns WITH PASSWORD \\'SomePassword\\';'\"" : {"debug" : true} }, "Setup DNS": { "sh -c \"echo -e 'launch=gpgsql\ngpgsql-host=127.0.0.1\ngpgsql-user=pdns\ngpgsql-dbname=pdns\ngpgsql-password={PIN}' >> /etc/powerdns/pdns.conf\"" : null, -- cgit v1.2.3-54-g00ecf