From 7dee96f56d4225afebdce90eedc0ca3ccd2dcb5c Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sun, 1 Apr 2012 13:35:53 -0700 Subject: [PATCH] use << intead of << in Wordpress example Signed-off-by: Steven Dake --- templates/WordPress_Single_Instance.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/WordPress_Single_Instance.template b/templates/WordPress_Single_Instance.template index ecc96a10..fb5fbed9 100644 --- a/templates/WordPress_Single_Instance.template +++ b/templates/WordPress_Single_Instance.template @@ -126,7 +126,7 @@ "systemctl start mysqld.service\n", "# Setup MySQL root password and create a user\n", "mysqladmin -u root password '", { "Ref" : "DBRootPassword" }, "'\n", - "cat >> /tmp/mysql-wordpress-config << EOF\n", + "cat >> /tmp/mysql-wordpress-config << EOF\n", "CREATE DATABASE ", { "Ref" : "DBName" }, ";\n", "GRANT ALL PRIVILEGES ON ", { "Ref" : "DBName" }, ".* TO ", { "Ref" : "DBUsername" }, "@localhost\n", "IDENTIFIED BY ", { "Ref" : "DBPassword" }, ";\n", -- 2.45.2