From 55916a5ab936d0cc4b88ad4f960cf1f81db0e355 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sat, 17 Mar 2007 22:05:45 +0000 Subject: Renaming the Apache configuration script git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@935 4979c152-3d1c-0410-bac9-87ea11338e46 --- install.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh deleted file mode 100644 index 645bde4b..00000000 --- a/install.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -CWD=`pwd` - -sed -i "s|WORKING_DIR|$CWD|" - -echo "Which user does your web server run as?" -read username - -chown $username spool templates css - -echo "Where do we copy the ledger-smb-httpd.conf file to?" -read location -cp ledger-smb-httpd.conf $location - -echo "Please restart your web server for the changes to take effect." -- cgit v1.2.3