summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Jones <mat@matburt.net>2014-08-11 21:31:18 +0200
committerMatthew Jones <mat@matburt.net>2014-08-11 21:31:18 +0200
commit7db362352112a88d5af7b45663fb6e93698647e0 (patch)
tree113fae7ceaef1ab0b2576e4b525df5a8594dab44 /setup.py
parentAdd sosreport support to Tower (diff)
downloadawx-7db362352112a88d5af7b45663fb6e93698647e0.tar.xz
awx-7db362352112a88d5af7b45663fb6e93698647e0.zip
Fix up sosfile strings in setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 228d50b844..95302f289f 100755
--- a/setup.py
+++ b/setup.py
@@ -23,14 +23,14 @@ if os.path.exists("/etc/debian_version"):
sysinit = "/etc/init.d"
webconfig = "/etc/apache2/conf.d"
sosconfig = "/usr/share/sosreport/sos/plugins"
- sosfile = "tower-sos3.py
+ sosfile = "tower-sos3.py"
shutil.copy("config/awx-munin-ubuntu.conf", "config/awx-munin.conf")
else:
sysinit = "/etc/rc.d/init.d"
webconfig = "/etc/httpd/conf.d"
if os.path.exists("/usr/lib/python2.7/site-packages"):
sosconfig = "/usr/lib/python2.7/site-packages/sos/plugins"
- sosfile = "tower-sos3.py
+ sosfile = "tower-sos3.py"
else:
sosconfig = "/usr/lib/python2.6/site-packages/sos/plugins"
sosfile = "tower-sos2.py"