1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 05:34:42 -04:00

Consistency fixes

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-12-02 05:05:02 -07:00
parent a653b864a3
commit 5b73cf5caa
No known key found for this signature in database
GPG Key ID: D30DEC268D3FEB17
3 changed files with 6 additions and 6 deletions

View File

@ -15,11 +15,11 @@
# the License. # the License.
output(){ output(){
echo -e '\e[36m'$1'\e[0m'; echo -e '\e[36m'$1'\e[0m';
} }
unpriv(){ unpriv(){
sudo -u nobody "$@" sudo -u nobody "$@"
} }
# Setup NTS # Setup NTS

View File

@ -17,11 +17,11 @@
#Assuming that you are using ANSSI-BP-028 #Assuming that you are using ANSSI-BP-028
output(){ output(){
echo -e '\e[36m'$1'\e[0m'; echo -e '\e[36m'$1'\e[0m';
} }
unpriv(){ unpriv(){
sudo -u nobody "$@" sudo -u nobody "$@"
} }
# Setup NTS # Setup NTS

View File

@ -18,11 +18,11 @@
#The script assumes you already have Ubuntu Pro activated #The script assumes you already have Ubuntu Pro activated
output(){ output(){
echo -e '\e[36m'$1'\e[0m'; echo -e '\e[36m'$1'\e[0m';
} }
unpriv(){ unpriv(){
sudo -u nobody "$@" sudo -u nobody "$@"
} }
#Compliance and updates #Compliance and updates