This commit is contained in:
Yuri Zamyatin 2025-10-05 19:42:36 +00:00
parent 06660b992f
commit 825ed5263c
No known key found for this signature in database
GPG Key ID: 4009A4CD0333B579

View File

@ -6,6 +6,10 @@ if [ $# -lt 1 ]; then
exit 1 exit 1
fi fi
if [[ "$*" == *" -- "* ]]; then
exec /bin/ssh "$@"
fi
[ -z "$WSCOMPAT_MASTER" ] && WSCOMPAT_MASTER="$(whoami)" [ -z "$WSCOMPAT_MASTER" ] && WSCOMPAT_MASTER="$(whoami)"
read -r -d '' init_cmd << WSCOMPAT_EOF_9oqn7IVF || true read -r -d '' init_cmd << WSCOMPAT_EOF_9oqn7IVF || true
export WS_IS_COMPAT=1 export WS_IS_COMPAT=1