From 794db4c2e77846cd1abdf44d5e96c99b2f813b61 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Thu, 31 Dec 2020 15:00:25 +0100 Subject: [PATCH] Fix formatting --- reStream.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reStream.sh b/reStream.sh index 276a552..36a5155 100755 --- a/reStream.sh +++ b/reStream.sh @@ -114,10 +114,10 @@ decompress="lz4 -d" # check if lz4 is present on the host if ! lz4 -V >/dev/null; then - echo "Your host does not have lz4." - echo "Please install it using the instruction in the README:" - echo "https://github.com/rien/reStream/#installation" - exit 1 + echo "Your host does not have lz4." + echo "Please install it using the instruction in the README:" + echo "https://github.com/rien/reStream/#installation" + exit 1 fi # check if restream binay is present on remarkable