Skip to content

Commit

Permalink
container: fix with-contenv path
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Aug 15, 2024
1 parent 37655f8 commit f79de28
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 f79de28

Please sign in to comment.