Files @ af75453834dd
Branch filter:

Location: libtransport.git/packaging/docker/run.sh - annotation

Jan Kaluza
Fix #86 - Support case-sensitive buddy names transparently. When lower-cased name is received from frontend, it is mapped to case-sensitive name sent by the backend originally.
#!/bin/bash

while :
do
	echo "Trying to start Spectrum 2 instances."
	echo "You should mount the directory with configuration files to /etc/spectrum2/transports/."
	echo "Check the http://spectrum.im/documentation for more information."
	spectrum2_manager start
	tail -f /var/log/spectrum2/*/* 2>/dev/null
	sleep 2
done