Skip to content

Commit 1fcb873

Browse files
committed
refactor(lynis-installer): remove pointless -e flag in echo
1 parent 1f36387 commit 1fcb873

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

auditing/Lynis Installer/lynis-installer.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# it. Unless an error is encountered, Lynis will always be downloaded to the current
66
# user's root directory (`/home/USERNAME/`).
77
#
8-
# Version: v1.0.8
8+
# Version: v1.0.9
99
# License: MIT License
10-
# Copyright (c) 2020-2024 Hunter T. (StrangeRanger)
10+
# Copyright (c) 2020-2025 Hunter T. (StrangeRanger)
1111
#
1212
########################################################################################
1313

@@ -48,5 +48,5 @@ git clone https://github.com/CISOfy/lynis || {
4848
}
4949

5050
echo -e "\n${C_SUCCESS}Lynis has been downloaded to your system"
51-
echo -e "${C_NOTE}To perform a system scan with lynis, execute the following command" \
51+
echo "${C_NOTE}To perform a system scan with lynis, execute the following command" \
5252
"in the lynis root directory: sudo ./lynis audit system"

0 commit comments

Comments
 (0)