Create function files as executable.

This commit is contained in:
2025-11-10 16:46:00 -07:00
parent 407bdb2ddf
commit f562c8aecd

View File

@@ -88,6 +88,6 @@
dest: "{{ global_bin }}"
owner: root
group: "{{ root_group }}"
mode: 0644
mode: 0755
with_fileglob:
- "dwm/*.function"