From 5b73cf5caa0fa6cee4471ddf6248c716d3e9308c Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 2 Dec 2023 05:05:02 -0700 Subject: [PATCH] Consistency fixes Signed-off-by: Tommy --- GCP-Debian-11.sh | 4 ++-- RHEL-Server-9.sh | 4 ++-- Ubuntu-22.04-Server.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/GCP-Debian-11.sh b/GCP-Debian-11.sh index c066da5..1a7167b 100644 --- a/GCP-Debian-11.sh +++ b/GCP-Debian-11.sh @@ -15,11 +15,11 @@ # the License. output(){ - echo -e '\e[36m'$1'\e[0m'; + echo -e '\e[36m'$1'\e[0m'; } unpriv(){ - sudo -u nobody "$@" + sudo -u nobody "$@" } # Setup NTS diff --git a/RHEL-Server-9.sh b/RHEL-Server-9.sh index 0430b0f..fd20210 100644 --- a/RHEL-Server-9.sh +++ b/RHEL-Server-9.sh @@ -17,11 +17,11 @@ #Assuming that you are using ANSSI-BP-028 output(){ - echo -e '\e[36m'$1'\e[0m'; + echo -e '\e[36m'$1'\e[0m'; } unpriv(){ - sudo -u nobody "$@" + sudo -u nobody "$@" } # Setup NTS diff --git a/Ubuntu-22.04-Server.sh b/Ubuntu-22.04-Server.sh index 1a903dc..0128d54 100644 --- a/Ubuntu-22.04-Server.sh +++ b/Ubuntu-22.04-Server.sh @@ -18,11 +18,11 @@ #The script assumes you already have Ubuntu Pro activated output(){ - echo -e '\e[36m'$1'\e[0m'; + echo -e '\e[36m'$1'\e[0m'; } unpriv(){ - sudo -u nobody "$@" + sudo -u nobody "$@" } #Compliance and updates