remove double shebang in mount helper script

This commit is contained in:
Alexander Grothe 2019-05-15 20:00:41 +02:00
parent e2e7ec8a0c
commit 5f5dec80ea
3 changed files with 537 additions and 540 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5313,7 +5313,6 @@ notifications:
***** mount helper script
#+BEGIN_SRC shell :tangle roles/yavdr-desktop/templates/udiskie/udiskie_vdr_mount_helper.j2 :mkdirp yes :shebang #!/bin/bash
#!/bin/bash
{{ ansible_managed | comment }}
videodir="{{ vdr.recdir }}"

View File

@ -1,5 +1,4 @@
#!/bin/bash
#!/bin/bash
{{ ansible_managed | comment }}
videodir="{{ vdr.recdir }}"