From aa7d2b341828870993ea85e6d6ac2df828ff1643 Mon Sep 17 00:00:00 2001 From: mohrt Date: Fri, 18 Apr 2003 16:18:52 +0000 Subject: [PATCH] fix more path typos --- docs/getting-started.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started.sgml b/docs/getting-started.sgml index 526381b8..bf9cbdf5 100644 --- a/docs/getting-started.sgml +++ b/docs/getting-started.sgml @@ -224,11 +224,11 @@ $smarty = new Smarty; Setting file permissions -chown nobody:nobody /web/www.mydomain.com/smarty/templates_c/ -chmod 770 /web/www.mydomain.com/smarty/templates_c/ +chown nobody:nobody /web/www.mydomain.com/smarty/guestbook/templates_c/ +chmod 770 /web/www.mydomain.com/smarty/guestbook/templates_c/ -chown nobody:nobody /web/www.mydomain.com/smarty/cache/ -chmod 770 /web/www.mydomain.com/smarty/cache/ +chown nobody:nobody /web/www.mydomain.com/smarty/guestbook/cache/ +chmod 770 /web/www.mydomain.com/smarty/guestbook/cache/