log permissions for package folder

pull/164/head
Aaron Trudeau 2022-06-30 21:33:56 -04:00
parent f75f0ebbd1
commit 402522369e
No known key found for this signature in database
GPG Key ID: D6874B046ABF9536
1 changed files with 1 additions and 2 deletions

View File

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