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:
parent
e6051088fc
commit
76d5b5fc17
2 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue