Ver Fonte

removed test code

Daniel Gibbs há 10 anos atrás
pai
commit
c057c9bf48
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      lgsm/functions/command_details.sh

+ 0 - 1
lgsm/functions/command_details.sh

@@ -189,7 +189,6 @@ fn_details_script(){
 		echo -e "\e[34mUser:\t\e[0m$(whoami)"
 
 		# GLIBC required
-		glibcrequired="UNKNOWN"
 		if [ -n "${glibcrequired}" ]; then
 			if [ "${glibcrequired}" == "UNKNOWN" ]; then
 				echo -e "\e[34mGLIBC required:\t\e[0;31m${glibcrequired}"