Final renames from /etc/awx/ and /var/log/awx/

This commit is contained in:
Luke Sneeringer 2014-08-25 13:25:53 -04:00
parent 4931d911fa
commit fa02d11d30
2 changed files with 7 additions and 7 deletions

View File

@ -573,7 +573,7 @@ function ($location, $rootScope, $compile, $filter, GenerateForm, Rest, Alert, G
// The license is invalid. Stop the user from logging in.
status = 'alert-danger';
hdr = 'License Error';
msg = '<p>There is a problem with the /etc/awx/license file on your Tower server. Check to make sure Tower can access ' +
msg = '<p>There is a problem with the /etc/tower/license file on your Tower server. Check to make sure Tower can access ' +
'the file.</p>' + purchase_msg;
Alert(hdr, msg, status, null, false, true);
} else if (license.demo !== undefined && license.demo === true) {

View File

@ -19,12 +19,12 @@ if LooseVersion(sos.__version__) >= LooseVersion('3.0'):
"supervisorctl status", # tower process status
"tree -d /var/lib/awx", # show me the dirs
"ls -ll /var/lib/awx", # check permissions
"ls -ll /etc/awx"
"ls -ll /etc/tower"
]
dirs = [
"/etc/awx/",
"/var/log/awx",
"/etc/tower/",
"/var/log/tower",
"/var/log/httpd",
"/var/log/apache2",
"/var/log/rabbitmq",
@ -58,12 +58,12 @@ else:
"supervisorctl status", # tower process status
"tree -d /var/lib/awx", # show me the dirs
"ls -ll /var/lib/awx", # check permissions
"ls -ll /etc/awx"
"ls -ll /etc/tower"
]
dirs = [
"/etc/awx/",
"/var/log/awx",
"/etc/tower/",
"/var/log/tower",
"/var/log/httpd",
"/var/log/apache2",
"/var/log/rabbitmq",