Browse Source

Fix ACL lookup

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

+ 3 - 1
lcmlog-server-utils

@@ -125,10 +125,12 @@ method_authlookup()
 		echo
 		
 		# look dir permissions
-		echo -e "\033[1;36mFOLDER PERMISSIONS:\033[00m"
+		echo -e "\033[1;36mACL PERMISSIONS:\033[00m"
 		echo
 		getfacl $DIR/data
+		getfacl $DIR/data/.data
 		getfacl $DIR/logs
+		getfacl $DIR/logs/logfile
 
 	else
 		echo "auth folder not present. Use the -i option to create it."