From 47d22200a93ffe3f4d05704df0d15962171de39d Mon Sep 17 00:00:00 2001 From: ducoterra Date: Tue, 16 Apr 2019 21:37:38 -0400 Subject: [PATCH] log create project dir to pylogloc --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ead0047..da67e36 100755 --- a/install.sh +++ b/install.sh @@ -161,7 +161,7 @@ fi # create the sites directory echo -e "\tCreating project directory" -mkdir /sites/ +mkdir /sites/ 1>> $pylogloc 2>> $pylogloc 3>> $pylogloc # ################################################################################