From 196319c941ab65983def4cc8ce6213a64c74f1d2 Mon Sep 17 00:00:00 2001 From: Anderson B Silva/ <32654298+oandersonbsilva@users.noreply.github.com> Date: Sun, 13 Sep 2020 17:22:17 -0300 Subject: [PATCH] Update wiresec.sh --- wiresec.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wiresec.sh b/wiresec.sh index 1af09a9..6e37283 100644 --- a/wiresec.sh +++ b/wiresec.sh @@ -1,9 +1,5 @@ #!/usr/bin/env bash -#Acesso ROOT. - -[ $UID -ne '0' ] && { echo "Necessário ter Acesso ROOT."; exit 1 ;} - #COLORS green='\e[0;34m'