Skip to content

Commit

Permalink
removed aiscatcher REUSE_PORT directive because it's now on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 18, 2023
1 parent 21304ca commit 8d8956f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/s6-overlay/scripts/aiscatcher
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ aiscatcher_command=()
aiscatcher_command+=("/usr/local/bin/AIS-catcher")
# set the web site parameters:
if ! chk_enabled "${DISABLE_WEBSITE}"; then
aiscatcher_command+=("-N 80 REUSE_PORT on FILE /data/aiscatcher.bin")
aiscatcher_command+=("-N 80 FILE /data/aiscatcher.bin")
chk_enabled "${DISABLE_SHIPSJSON_COMPRESS}" && aiscatcher_command+=("ZLIB off") || true
[[ -d "/data/plugins" ]] && aiscatcher_command+=("PLUGIN_DIR /data/plugins") || true
[[ -f "/data/about.md" ]] && aiscatcher_command+=("ABOUT /data/about.md") || true
Expand Down

0 comments on commit 8d8956f

Please sign in to comment.