Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2021-01-07 13:34:46 +0300
committerGitHub <noreply@github.com>2021-01-07 13:34:46 +0300
commitcd6edc577b211ae1d9decd0a4aa5b1b1c7f09c14 (patch)
tree127bbe904bc6ce9a875ad962db23db1a99e0c0d5 /include/tests_ports_packages
parentc38c89ae4e5128fb3347835ca311ea3b1a255a75 (diff)
Small style improvement
Diffstat (limited to 'include/tests_ports_packages')
-rw-r--r--include/tests_ports_packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_ports_packages b/include/tests_ports_packages
index 0a4b77bc..1c196629 100644
--- a/include/tests_ports_packages
+++ b/include/tests_ports_packages
@@ -1349,7 +1349,7 @@
fi
done
- if [ $UNATTENDED_UPGRADES_OPTION_AVAILABLE -eq 1 ]; then
+ if [ ${UNATTENDED_UPGRADES_OPTION_AVAILABLE} -eq 1 ]; then
# Test available tools for Linux
if [ -f "${ROOTDIR}bin/auter" ]; then
UNATTENDED_UPGRADES_TOOL="auter"