This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository mum. See http://git.chorem.org/mum.git commit 71e3862e382dca546f37b4d190fbd1a93cfdfa1f Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Fri Jun 12 11:22:36 2015 +0200 log file for installation --- mum.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mum.sh b/mum.sh index 6ba9a7b..10b3a77 100755 --- a/mum.sh +++ b/mum.sh @@ -2,6 +2,7 @@ if [ ! -d "venv" ]; then echo "Preparing the virtual environment for the first launch (this may take several minutes)" - ./install.sh + echo "Log files will be saved on /etc/mum" + ./install.sh > /etc/mum/mum.install.log 2> /etc/mum/mum.install.err fi exec ./in-venv.sh python app/mum.py $* -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.