use << intead of &lt;&lt; in Wordpress example

Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Steven Dake 2012-04-01 13:35:53 -07:00
parent 3b26a54014
commit 7dee96f56d
1 changed files with 1 additions and 1 deletions

View File

@ -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 &lt;&lt; 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",