Skip to content

Commit 9c0ab4c

Browse files
committed
Modify wording of error message
1 parent 74ebd33 commit 9c0ab4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hardening/Root Locker/root-locker.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ read -rp "We will now disable the root account. Press [Enter] to continue."
3232

3333
echo "Disabling root account..."
3434
usermod -L root || {
35-
echo -e "\n${C_RED}Failed to lock the root account${C_NC}" >&2
35+
echo -e "${C_RED}ERROR:${C_NC} Failed to lock the root account" >&2
3636
echo -e "\nExiting..."
3737
exit 1
3838
}

0 commit comments

Comments
 (0)