Skip to content

Commit

Permalink
minor fix for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Oct 11, 2023
1 parent 98a99f7 commit 5192994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/s6-overlay/scripts/readsb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -eo pipefail
sleep 2

# shellcheck disable=SC2016
s6wrap --quiet --timestamps --prepend="readsb" --args readsb --net-only --net --quiet --net-connector 127.0.0.1,30978,uat_in --net-ro-port 37981 --net-bo-port 37982
s6wrap --quiet --timestamps --prepend="$(basename "$0")" --args readsb --net-only --net --quiet --net-connector 127.0.0.1,30978,uat_in --net-ro-port 37981 --net-bo-port 37982

0 comments on commit 5192994

Please sign in to comment.