CI: bashate warns lines>80 and forbids >120
[releng/global-jjb.git] / shell / sysstat.sh
index e071ad1..bbc502c 100644 (file)
@@ -22,8 +22,8 @@ case "$OS" in
                 fi
                 ;;
             14.04)
-                if [[ ! -f /etc/default/sysstat ]] ||
-                      ! grep --quiet 'ENABLED="true"' /etc/default/sysstat; then
+                if [[ ! -f /etc/default/sysstat ]] || \
+                        ! grep --quiet 'ENABLED="true"' /etc/default/sysstat; then
                     exit 0
                 fi
                 ;;