Browse Source

Updated method updateACL

Paolo Galli 4 years ago
parent
commit
c38f06ca64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lcmlog-server-utils

+ 1 - 1
lcmlog-server-utils

@@ -106,7 +106,7 @@ method_authlookup()
 		echo
 
 		# look ex 150
-		echo -e "\033[01m Valhalla auth: GET 150, GET Admin\033[00m"
+		echo -e "\033[01mValhalla auth: GET 150, GET Admin\033[00m"
 		for uid in $(awk '{print $1}' $DIR/auth/Valhalla); do
 			getent passwd $uid
 		done