Skip to content

Commit

Permalink
update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jan 2, 2020
1 parent 55c03f2 commit 3c11074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/util.bash
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ function resetFolderPermission()

chown -R "${userLogin}:${groupName}" "${folderPath}"

find "${folderPath}" \
find "${folderPath}/" \
-type d \
-exec chmod 700 '{}' \; \
-print
Expand Down

0 comments on commit 3c11074

Please sign in to comment.