[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [808] branches/1.2/install.sh



Revision: 808
          http://svn.sourceforge.net/ledger-smb/?rev=808&view=rev
Author:   einhverfr
Date:     2007-02-09 11:26:04 -0800 (Fri, 09 Feb 2007)

Log Message:
-----------
Fixing bug 1656321

Modified Paths:
--------------
    branches/1.2/install.sh

Modified: branches/1.2/install.sh
===================================================================
--- branches/1.2/install.sh	2007-02-09 19:23:56 UTC (rev 807)
+++ branches/1.2/install.sh	2007-02-09 19:26:04 UTC (rev 808)
@@ -7,7 +7,7 @@
 echo "Which user does your web server run as?"
 read username
 
-chmod $username spool templates css
+chown $username spool templates css
 
 echo "Where do we copy the ledger-smb-httpd.conf file to?"
 read location


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.