Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Aug 28, 2023
1 parent 37ed6e7 commit 02137cd
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
Empty file.
2 changes: 2 additions & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/airspy_adsb/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/s6-overlay/scripts/airspy_adsb
1 change: 1 addition & 0 deletions rootfs/etc/s6-overlay/s6-rc.d/airspy_adsb/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
longrun
Empty file.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
#shellcheck shell=bash

# Add a beast listener
Expand Down
2 changes: 1 addition & 1 deletion rootfs/scripts/healthcheck.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/command/with-contenv bash
#shellcheck shell=bash

# Import healthchecks-framework
Expand Down

0 comments on commit 02137cd

Please sign in to comment.