1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

usb_lib: Minor whitespace typos

This commit is contained in:
root 2025-01-29 06:00:07 -05:00 committed by Jerry Vonau
parent e6051088fc
commit 76d5b5fc17
2 changed files with 1 additions and 2 deletions

View file

@ -59,7 +59,7 @@
# state: present # state: present
# when: is_ubuntu # when: is_ubuntu
- name: Add dir {{ doc_root }}/local_content, where USB drive links can appear (0775) - name: Add dir {{ doc_root }}/local_content, where USB drive links can appear (0775) owned by {{ apache_user }}:{{ apache_user }}
file: file:
state: directory state: directory
path: "{{ doc_root }}/local_content" path: "{{ doc_root }}/local_content"

View file

@ -13,4 +13,3 @@ ExecStop=/usr/local/sbin/iiab-clean-usb.sh %I
ExecStopPost=/bin/umount /%I ExecStopPost=/bin/umount /%I
RemainAfterExit=yes RemainAfterExit=yes
RuntimeDirectory=usbmount RuntimeDirectory=usbmount