We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f8486 commit 114cb43Copy full SHA for 114cb43
1 file changed
auditing/lynis-installer.sh
@@ -2,9 +2,9 @@
2
#
3
# A script for installing and running lynis with recommended options.
4
5
-# Version: v1.0.3
+# Version: v1.0.4
6
# License: MIT License
7
-# Copyright (c) 2020-2021 Hunter T.
+# Copyright (c) 2020-2022 Hunter T. (StrangeRanger)
8
9
########################################################################################
10
#### [ Variables ]
@@ -25,7 +25,7 @@ nc=$'\033[0m'
25
if [[ $EUID != 0 ]]; then
26
echo "${red}Please run this script as or with root privilege${nc}" >&2
27
echo -e "\nExiting..."
28
- exit 1
+ exit 2
29
fi
30
31
0 commit comments