1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-18 21:24:43 -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.
output(){
echo -e '\e[36m'$1'\e[0m';
echo -e '\e[36m'$1'\e[0m';
}
unpriv(){
sudo -u nobody "$@"
sudo -u nobody "$@"
}
# Setup NTS

View File

@ -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

View File

@ -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