Skip to content
Snippets Groups Projects
Commit f43ce37c authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Fixed Nginx vhosts test.

parent ba0c14d2
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ import sys
nginx_dir = '/etc/nginx/sites-enabled'
if not os.path.exists(nginx_dir):
print('Nginx dir does not exists ("%s").' % nginx_dir)
sys.exit(0)
# check that Wowza is installed
wowza_dir = '/usr/local/WowzaStreamingEngine'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment