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

SF.net SVN: ledger-smb:[3889] branches/1.3/install.sh



Revision: 3889
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3889&view=rev
Author:   einhverfr
Date:     2011-10-19 06:52:54 +0000 (Wed, 19 Oct 2011)
Log Message:
-----------
Really fixing the install.sh file this time

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

Modified: branches/1.3/install.sh
===================================================================
--- branches/1.3/install.sh	2011-10-19 06:51:39 UTC (rev 3888)
+++ branches/1.3/install.sh	2011-10-19 06:52:54 UTC (rev 3889)
@@ -12,7 +12,7 @@
 
 echo "Configuring Apache"
 
-sed -i.orig "s|WORKING_DIR|$CWD|" ledgersmb-httpd.conf.template
+sed "s|WORKING_DIR|$CWD|" ledgersmb-httpd.conf.template > ledgersmb-httpd.conf
 
 echo "Which user does your web server run as?"
 read username

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