Skip to content

Commit 0ecb594

Browse files
committed
Quoting for shellcheck
1 parent 4076842 commit 0ecb594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu/16.04/usr/local/share/bootstrap/common_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ function set_path_permissions() {
303303
for user in "${READABLE_USERS[@]}"; do
304304
PERMISSIONS+=(-m "$(printf -- 'user:%s:rX' "$user")" -m "$(printf -- 'default:user:%s:rX' "$user")")
305305
done
306-
setfacl -R ${PERMISSIONS[@]} "${PATHS[@]}"
306+
setfacl -R "${PERMISSIONS[@]}" "${PATHS[@]}"
307307
chmod -R ug+rw,o-rwx "${PATHS[@]}"
308308
;;
309309
stickybit)

0 commit comments

Comments
 (0)