fix(package): `sentinèlla unset error

This commit is contained in:
2025-10-07 04:02:49 +00:00
parent 579d4546ca
commit bb56405dbf
2 changed files with 14 additions and 4 deletions
+11 -1
View File
@@ -1,6 +1,16 @@
#!/usr/bin/env dash
#
#
#
#
#
#
#
#
set -euo pipefail
socat -V >/dev/null
dash -c 'echo ok' >/dev/null
socat -T5 -t5 TCP-LISTEN:"${PORT:-5988}",reuseaddr,fork EXEC:"dash ${LOOP_FILE:-probe-loop}"
socat -T5 -t5 TCP-LISTEN:"${PORT:-5988}",reuseaddr,fork EXEC:"probe-loop"