remove double shebang in mount helper script
This commit is contained in:
parent
e2e7ec8a0c
commit
5f5dec80ea
1075
Manual.html
1075
Manual.html
File diff suppressed because it is too large
Load Diff
@ -5313,7 +5313,6 @@ notifications:
|
|||||||
|
|
||||||
***** mount helper script
|
***** mount helper script
|
||||||
#+BEGIN_SRC shell :tangle roles/yavdr-desktop/templates/udiskie/udiskie_vdr_mount_helper.j2 :mkdirp yes :shebang #!/bin/bash
|
#+BEGIN_SRC shell :tangle roles/yavdr-desktop/templates/udiskie/udiskie_vdr_mount_helper.j2 :mkdirp yes :shebang #!/bin/bash
|
||||||
#!/bin/bash
|
|
||||||
{{ ansible_managed | comment }}
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
videodir="{{ vdr.recdir }}"
|
videodir="{{ vdr.recdir }}"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#!/bin/bash
|
|
||||||
{{ ansible_managed | comment }}
|
{{ ansible_managed | comment }}
|
||||||
|
|
||||||
videodir="{{ vdr.recdir }}"
|
videodir="{{ vdr.recdir }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user