From fd921902f4b0dbdd21f5fd7c7f61abe8b8e8919a Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 1 Dec 2022 01:51:52 +0100 Subject: Fix sudo ssh with jumpHost (#167) --- scripts/syschdemd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/syschdemd.sh') diff --git a/scripts/syschdemd.sh b/scripts/syschdemd.sh index 71391c7..19a9ca8 100644 --- a/scripts/syschdemd.sh +++ b/scripts/syschdemd.sh @@ -111,7 +111,7 @@ main() { # If we're executed from inside the container, e.g. sudo if is_in_container; then - exec $command + eval $command fi # If we are currently in /root, this is probably because the directory that WSL was started is inaccessible -- cgit v1.2.3