Files @ be0d5ee4122f
Branch filter:

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

Jan Kaluza
Libcommuni: Allow settings port in irc_server config option. When irc_send_pass is set to true, password is treated as a server password
#!/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