We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4076842 commit 0ecb594Copy full SHA for 0ecb594
ubuntu/16.04/usr/local/share/bootstrap/common_functions.sh
@@ -303,7 +303,7 @@ function set_path_permissions() {
303
for user in "${READABLE_USERS[@]}"; do
304
PERMISSIONS+=(-m "$(printf -- 'user:%s:rX' "$user")" -m "$(printf -- 'default:user:%s:rX' "$user")")
305
done
306
- setfacl -R ${PERMISSIONS[@]} "${PATHS[@]}"
+ setfacl -R "${PERMISSIONS[@]}" "${PATHS[@]}"
307
chmod -R ug+rw,o-rwx "${PATHS[@]}"
308
;;
309
stickybit)
0 commit comments