From d23e69201fd7e7e374eac2b711cf7f9a927b8cb4 Mon Sep 17 00:00:00 2001
From: pierreozoux <pierre@ozoux.net>
Date: Sat, 26 Nov 2016 16:47:22 +0000
Subject: [PATCH] codestyle

---
 utils/libre | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/libre b/utils/libre
index ccdd431..459fbe8 100755
--- a/utils/libre
+++ b/utils/libre
@@ -49,7 +49,7 @@ case "$1" in
   update)
     if [ "$(pwd)" == "/libre.sh" ]; then
       git pull
-      cp /libre.sh/unit-files/* /etc/systemd/system && systemctl daemon-reload &&\
+      cp /libre.sh/unit-files/* /etc/systemd/system && systemctl daemon-reload
       cp /libre.sh/utils/* /opt/bin/
     elif [ -n "$(systemctl_param)" ]; then
       git pull
-- 
GitLab