Browse Source

fixed typos

admin 1 year ago
parent
commit
be7aeb0da3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -15,14 +15,14 @@
 cd /opt/docker/db/utils/
 create_db.sh wwwexamplecom
 cd /opt/docker/wordpress
-cp -R TEMPLATES/ sites/www.example.com>`
+cp -R TEMPLATES/ sites/www.example.com
 cd sites/www.example.com
 sed -e 's/<fqdn>/www.example.com/' \
     -e 's/<site\.tld>/example\.com/' \
     -e '/^DB.*/d' \
     .env
 echo "" >> .env #newline
-`cat /opt/docker/db/utils/wwwexamplecom__db.conf >> sites/<new site>/.env
+cat /opt/docker/db/utils/wwwexamplecom__db.conf >> sites/<new site>/.env
 ```
 
 #### Files to backup