Browse Source

Updated method updateACL

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

+ 2 - 2
lcmlog-server-utils

@@ -88,7 +88,7 @@ method_authlookup()
 {
 	if [ -d $DIR/auth ]; then
 		
-		echo "\033[1;36mAUTHORIZATIONS in $DIR/auth:\033[00m"
+		echo -e "\033[1;36mAUTHORIZATIONS in $DIR/auth:\033[00m"
 		echo
 		
 		# look 150
@@ -121,7 +121,7 @@ method_authlookup()
 		echo
 		
 		# look dir permissions
-		echo "\033[1;36mFOLDER PERMISSIONS:\033[00m"
+		echo -e "\033[1;36mFOLDER PERMISSIONS:\033[00m"
 		echo
 		getfacl $DIR/data
 		getfacl $DIR/logs