Fix: bashate E011 warnings
[releng/global-jjb.git] / shell / sysstat.sh
index e071ad1..c72e23a 100644 (file)
@@ -22,7 +22,7 @@ case "$OS" in
                 fi
                 ;;
             14.04)
-                if [[ ! -f /etc/default/sysstat ]] ||
+                if [[ ! -f /etc/default/sysstat ]] || \
                       ! grep --quiet 'ENABLED="true"' /etc/default/sysstat; then
                     exit 0
                 fi