log permissions for package folder

This commit is contained in:
Aaron Trudeau
2022-06-30 21:33:56 -04:00
parent f75f0ebbd1
commit 402522369e

View File

@@ -49,8 +49,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
echo "###########################"
echo ""
ls -ld "$UNITY_PROJECT_PATH"
ls -a "$UNITY_PROJECT_PATH"
ls -la "$UNITY_PROJECT_PATH"
echo ""
echo "Creating an empty Unity project to add the package $PACKAGE_NAME to."