From f918f38ba8c8cb5c50d56b2f4566e9664ab99812 Mon Sep 17 00:00:00 2001 From: Jannis Baum Date: Mon, 19 Aug 2024 09:22:51 +0200 Subject: [PATCH] feat(#159): add newline --- viv | 1 + 1 file changed, 1 insertion(+) diff --git a/viv b/viv index cdc31027..23aada38 100755 --- a/viv +++ b/viv @@ -42,6 +42,7 @@ monitor_server() { echo "Fatal: vivify-server crashed. Please use the link below to submit a bug report." echo "" echo "https://github.com/jannis-baum/Vivify/issues/new?labels=type%3Abug&template=bug-report.md" + echo "" # kill tail from while loop below pkill -P $$ tail exit 1