Browse Source

update shebang to work on s6v3

pull/436/head
GilbN 2 years ago
parent
commit
0174324b7f
  1. 2
      docker-mods/calibre-web/root/etc/cont-init.d/98-themepark
  2. 2
      docker-mods/deluge/root/etc/cont-init.d/98-themepark
  3. 2
      docker-mods/duplicati/root/etc/cont-init.d/98-themepark
  4. 2
      docker-mods/jackett/root/etc/cont-init.d/98-themepark
  5. 2
      docker-mods/jellyfin/root/etc/cont-init.d/98-themepark
  6. 2
      docker-mods/lazylibrarian/root/etc/cont-init.d/98-themepark
  7. 2
      docker-mods/librespeed/root/etc/cont-init.d/98-themepark
  8. 2
      docker-mods/lidarr/root/etc/cont-init.d/98-themepark
  9. 2
      docker-mods/mylar3/root/etc/cont-init.d/98-themepark
  10. 2
      docker-mods/nzbget/root/etc/cont-init.d/98-themepark
  11. 2
      docker-mods/plex/root/etc/cont-init.d/98-themepark
  12. 2
      docker-mods/prowlarr/root/etc/cont-init.d/98-themepark
  13. 2
      docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark
  14. 2
      docker-mods/radarr/root/etc/cont-init.d/98-themepark
  15. 2
      docker-mods/readarr/root/etc/cont-init.d/98-themepark
  16. 2
      docker-mods/sabnzbd/root/etc/cont-init.d/98-themepark
  17. 2
      docker-mods/sonarr/root/etc/cont-init.d/98-themepark
  18. 2
      docker-mods/synclounge/root/etc/cont-init.d/98-themepark
  19. 2
      docker-mods/tautulli/root/etc/cont-init.d/98-themepark
  20. 2
      docker-mods/thelounge/root/etc/cont-init.d/98-themepark
  21. 2
      docker-mods/transmission/root/etc/cont-init.d/98-themepark
  22. 2
      docker-mods/vuetorrent/root/etc/cont-init.d/98-themepark
  23. 2
      docker-mods/whisparr/root/etc/cont-init.d/98-themepark

2
docker-mods/calibre-web/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '--------------------------------' echo '--------------------------------'
echo '| Calibre-web theme.park Mod |' echo '| Calibre-web theme.park Mod |'

2
docker-mods/deluge/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '---------------------------' echo '---------------------------'
echo '| Deluge theme.park Mod |' echo '| Deluge theme.park Mod |'

2
docker-mods/duplicati/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '----------------------------' echo '----------------------------'
echo '| Duplicati theme.park Mod |' echo '| Duplicati theme.park Mod |'

2
docker-mods/jackett/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '---------------------------' echo '---------------------------'
echo '| Jackett theme.park Mod |' echo '| Jackett theme.park Mod |'

2
docker-mods/jellyfin/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '-----------------------------' echo '-----------------------------'
echo '| Jellyfin theme.park Mod |' echo '| Jellyfin theme.park Mod |'

2
docker-mods/lazylibrarian/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '----------------------------------' echo '----------------------------------'
echo '| Lazylibrarian theme.park Mod |' echo '| Lazylibrarian theme.park Mod |'

2
docker-mods/librespeed/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '-------------------------------' echo '-------------------------------'
echo '| Librespeed theme.park Mod |' echo '| Librespeed theme.park Mod |'

2
docker-mods/lidarr/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '---------------------------' echo '---------------------------'
echo '| Lidarr theme.park Mod |' echo '| Lidarr theme.park Mod |'

2
docker-mods/mylar3/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '-------------------------' echo '-------------------------'
echo '| Mylar3 theme.park Mod |' echo '| Mylar3 theme.park Mod |'

2
docker-mods/nzbget/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '---------------------------' echo '---------------------------'
echo '| NZBGet theme.park Mod |' echo '| NZBGet theme.park Mod |'

2
docker-mods/plex/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '-------------------------' echo '-------------------------'
echo '| Plex theme.park Mod |' echo '| Plex theme.park Mod |'

2
docker-mods/prowlarr/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '---------------------------' echo '---------------------------'
echo '| Prowlarr theme.park Mod |' echo '| Prowlarr theme.park Mod |'

2
docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '------------------------------' echo '------------------------------'
echo '| qBittorrent theme.park Mod |' echo '| qBittorrent theme.park Mod |'

2
docker-mods/radarr/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '---------------------------' echo '---------------------------'
echo '| Radarr theme.park Mod |' echo '| Radarr theme.park Mod |'

2
docker-mods/readarr/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '---------------------------' echo '---------------------------'
echo '| Readarr theme.park Mod |' echo '| Readarr theme.park Mod |'

2
docker-mods/sabnzbd/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '----------------------------' echo '----------------------------'
echo '| SABnzbd theme.park Mod |' echo '| SABnzbd theme.park Mod |'

2
docker-mods/sonarr/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '---------------------------' echo '---------------------------'
echo '| Sonarr theme.park Mod |' echo '| Sonarr theme.park Mod |'

2
docker-mods/synclounge/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '-------------------------------' echo '-------------------------------'
echo '| Synclounge theme.park Mod |' echo '| Synclounge theme.park Mod |'

2
docker-mods/tautulli/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '-----------------------------' echo '-----------------------------'
echo '| Tautulli theme.park Mod |' echo '| Tautulli theme.park Mod |'

2
docker-mods/thelounge/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '-------------------------------' echo '-------------------------------'
echo '| The Lounge theme.park Mod |' echo '| The Lounge theme.park Mod |'

2
docker-mods/transmission/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '---------------------------------' echo '---------------------------------'
echo '| Transmission theme.park Mod |' echo '| Transmission theme.park Mod |'

2
docker-mods/vuetorrent/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
APP_FILEPATH='/config/qBittorrent/qBittorrent.conf' APP_FILEPATH='/config/qBittorrent/qBittorrent.conf'
INDEX_FILEPATH='/vuetorrent/public/index.html' INDEX_FILEPATH='/vuetorrent/public/index.html'
if [ "${TP_HOTIO}" = true ]; then if [ "${TP_HOTIO}" = true ]; then

2
docker-mods/whisparr/root/etc/cont-init.d/98-themepark

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash #!/command/with-contenv bash
echo '-----------------------------' echo '-----------------------------'
echo '| Whisparr theme.park Mod |' echo '| Whisparr theme.park Mod |'

Loading…
Cancel
Save