pull/7/head
Rui Carmo 2016-04-25 12:28:59 +01:00
rodzic 4461b46310
commit 875b9b6bed
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -573,7 +573,7 @@ def destroy_app(app):
echo("Removing file '%s'" % f, fg='yellow')
os.remove(f)
nginx_files = [join(CA_ROOT, "%s.%s" % (app,x)) for x in ['conf','key','crt']].
nginx_files = [join(CA_ROOT, "%s.%s" % (app,x)) for x in ['conf','key','crt']]
nginx_files.append(join(NGINX_ROOT,"%s.conf" % app))
for f in nginx_files:
if exists(f):