Fix non-'make test' installation
authorSimo Sorce <simo@redhat.com>
Tue, 17 Jun 2014 18:46:25 +0000 (14:46 -0400)
committerSimo Sorce <simo@redhat.com>
Tue, 17 Jun 2014 18:50:08 +0000 (14:50 -0400)
Signed-off-by: Simo Sorce <simo@redhat.com>
ipsilon/install/ipsilon-server-install

index 1ffd594..d570282 100755 (executable)
@@ -106,6 +106,8 @@ def install(plugins, args):
                 'debugging': "True" if args['server_debugging'] else "False"}
     if WSGI_SOCKET_PREFIX:
         confopts['wsgi_socket'] = 'WSGISocketPrefix %s' % WSGI_SOCKET_PREFIX
+    else:
+        confopts['wsgi_socket'] = ''
     files.write_from_template(ipsilon_conf,
                               os.path.join(TEMPLATES, 'ipsilon.conf'),
                               confopts)