From a3bfb0fa4c468bdc19a421ae5d5e26fba2d0b597 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 30 May 2023 18:54:18 -0400 Subject: simplify AnonymousForceCommand --- src/AnonymousForceCommand | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AnonymousForceCommand b/src/AnonymousForceCommand index a8a09f3..cc69ce3 100644 --- a/src/AnonymousForceCommand +++ b/src/AnonymousForceCommand @@ -1,2 +1,2 @@ -#!/bin/bash -socat stdio /run/fossil-user.S +#!/bin/sh +exec socat stdio /run/fossil-user.S -- cgit v1.2.3