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