summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-12-01 01:51:52 +0100
committerGitHub <noreply@github.com>2022-12-01 01:51:52 +0100
commitfd921902f4b0dbdd21f5fd7c7f61abe8b8e8919a (patch)
tree77df1b924b7baa57f335bf7b25ff92ff8d64b4aa /scripts
parent928b293f0b456c0c76514e340395824147d9632a (diff)
Fix sudo ssh with jumpHost (#167)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/syschdemd.sh2
1 files changed, 1 insertions, 1 deletions
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