MFBot-Docker/dockerrun.sh

18 lines
285 B
Bash
Raw Normal View History

2019-01-07 13:11:13 +00:00
#!/bin/bash
file="MFBot_Konsole_x86_64"
if [ -f "$file" ]
then
echo "$file found."
else
echo "$file not found. Nachladen"
sh ./download.sh
fi
cd /mfbot
screen -A -m -d -S mfbot ./$file
while [ ! -f /mfbot/logs/General.log ] ;
do
sleep 1
done
sleep 5
tail -f /mfbot/logs/*