Fix permissions on syslog.

So that it can be read by jenkins and copied back and archived.

Change-Id: I793d355c7e0aa88609c8ae62ccd3ba5e752896a3
This commit is contained in:
James E. Blair
2011-12-31 09:20:15 -08:00
parent 50e398e8ea
commit dcd1468e2f

View File

@@ -62,6 +62,8 @@ fi
# Start with a fresh syslog
sudo stop rsyslog
sudo mv /var/log/syslog /var/log/syslog-pre-devstack
sudo touch /var/log/syslog
sudo chmod a+r /var/log/syslog
sudo start rsyslog
./stack.sh