Changeset - fa0448ce33b9
[Not reviewed]
0 1 0
Jan Kaluza - 10 years ago 2015-11-11 16:26:37
jkaluza@redhat.com
Fix tailing the log output in Docker entry point
1 file changed with 6 insertions and 2 deletions:
0 comments (0 inline, 0 general)
packaging/docker/run.sh
Show inline comments
 
#!/bin/bash
 

	
 
spectrum2_manager start
 
sleep 2
 
tail -f /var/log/spectrum2/*
 

	
 
while :
 
do
 
	sleep 2
 
	tail -f /var/log/spectrum2/*/* /var/log/spectrum2/*/*/*
 
done
0 comments (0 inline, 0 general)