2018-04-23 15:13:29 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
#Making the console log console again...
|
|
|
|
tail -f /var/log/horizon.log &
|
|
|
|
|
2018-08-15 14:05:36 +02:00
|
|
|
tail -f /var/log/apache2/* &
|
|
|
|
|
2018-09-26 13:47:49 +02:00
|
|
|
cat /etc/openstack-dashboard/local_settings.py >> \
|
|
|
|
/usr/share/openstack-dashboard/openstack_dashboard/settings.py
|
|
|
|
|
|
|
|
|
2018-04-23 15:13:29 +02:00
|
|
|
apachectl -DFOREGROUND
|