„dockerrun.sh“ hinzufügen

This commit is contained in:
Alpha 2019-01-07 13:11:13 +00:00
parent 894af50d34
commit 2d7d401180

18
dockerrun.sh Normal file
View file

@ -0,0 +1,18 @@
#!/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/*