fix(package): sentinèlla: base64 logic

This commit is contained in:
2025-10-03 19:02:33 +00:00
parent facf3cf0a2
commit 579d4546ca
4 changed files with 53 additions and 24 deletions
+5 -2
View File
@@ -1,3 +1,6 @@
#!/bin/dash
#!/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"
socat -T5 -t5 TCP-LISTEN:"${PORT:-5988}",reuseaddr,fork EXEC:"dash ${LOOP_FILE:-probe-loop}"