From 7b2190a78faaacd10411c4b84b2fa1e2f4f254a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Tue, 21 Apr 2020 16:53:46 +0200 Subject: [PATCH] add newline after work Former-commit-id: a590d85eb78f7a51010cab721364932af33d1a28 --- src/static/client.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/client.sh b/src/static/client.sh index 3ecaecb..25b3801 100644 --- a/src/static/client.sh +++ b/src/static/client.sh @@ -174,5 +174,6 @@ while true; do else echo "Upload finished, deleting result!" rm "$input".out.webm + echo "" fi done \ No newline at end of file