From a1c4b888c3bb0844b64e65ed41857b9970ea435b Mon Sep 17 00:00:00 2001 From: Robb Ebright Date: Sat, 4 Mar 2017 15:22:53 -0500 Subject: [PATCH] Added production directory during setup and used --upgrade parameter for pip install setuptools --- install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install b/install index 85596ce6d..9f6547e18 100755 --- a/install +++ b/install @@ -458,7 +458,7 @@ loud " * Installing Airtime Services * " loud "-----------------------------------------------------" verbose "\n * Installing necessary python services..." -loudCmd "pip install setuptools" +loudCmd "pip install setuptools --upgrade" verbose "...Done" verbose "\n * Creating /run/airtime..." @@ -607,10 +607,9 @@ if [ ! -d "/etc/airtime" ]; then mkdir /etc/airtime verbose "\n * Creating /etc/airtime-saas/ directory..." # Default saas directory for the analyzer, cloud storage, and celery - mkdir -p /etc/airtime-saas/production + mkdir -p /etc/airtime/production fi chown -R ${web_user}:${web_user} /etc/airtime -chown -R ${web_user}:${web_user} /etc/airtime-saas if [ ! -d "/srv/airtime" ]; then mkdir -p /srv/airtime