Skip to content

Commit

Permalink
Merge pull request #18 from wiedehopf/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github authored Aug 16, 2024
2 parents 282a1f8 + f79de28 commit 854e004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rootfs/etc/cont-init.d/01-show-container-version
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

echo "Starting Ais2ADSB version $(cat /.CONTAINER_VERSION 2>/dev/null)"
2 changes: 1 addition & 1 deletion rootfs/etc/services.d/ais2adsb/run
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

source /scripts/common
Expand Down

0 comments on commit 854e004

Please sign in to comment.