mirror of
https://github.com/luzifer-docker/bitlbee.git
synced 2024-11-08 11:10:00 +00:00
8 lines
134 B
Bash
Executable file
8 lines
134 B
Bash
Executable file
#!/bin/bash -x
|
|
|
|
if [ -e /data/bitlbee.conf ]; then
|
|
rm -rf /etc/bitlbee
|
|
ln -sf /data /etc/bitlbee
|
|
fi
|
|
|
|
exec /usr/sbin/bitlbee -F -n
|