add newline after work

Former-commit-id: a590d85eb78f7a51010cab721364932af33d1a28
This commit is contained in:
Daniel Løvbrøtte Olsen 2020-04-21 16:53:46 +02:00
parent 7816292a1b
commit 7b2190a78f

View File

@ -174,5 +174,6 @@ while true; do
else
echo "Upload finished, deleting result!"
rm "$input".out.webm
echo ""
fi
done