[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Small bug in apache install script
- Subject: Small bug in apache install script
- From: Peter Houppermans <..hidden..>
- Date: Mon, 09 Apr 2007 21:46:12 +0200
Chris,
this one has slipped through the net, line 3 in "configure_apache.sh"
misses the filename sed has to work on.
So, line 3
sed -i "s|WORKING_DIR|$CWD|"
should be
sed -i "s|WORKING_DIR|$CWD|" ledgersmb-httpd.conf
This explains why the expansion didn't take place - and closes a mini bug..
/// P ///