openstack_dockers/horizon/run.sh

13 lines
260 B
Bash
Raw Normal View History

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/* &
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