summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorroot <root@vps-18a7a2b7.vps.ovh.ca>2024-01-15 20:39:32 -0500
committerroot <root@vps-18a7a2b7.vps.ovh.ca>2024-01-15 21:59:50 -0500
commit77fc2a3f346001d572b64d198a0ba7db46889e40 (patch)
tree52c7d6f3792b5224223268ca11a9d671faafc5fd /src
parent306f3977f5c0addc8fb0af231d54bf14bde6f639 (diff)
worked!
Diffstat (limited to 'src')
-rw-r--r--src/rpc.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc.bash b/src/rpc.bash
index 853120f..4908767 100644
--- a/src/rpc.bash
+++ b/src/rpc.bash
@@ -14,7 +14,6 @@ __bashrpc__remote_run_script()
14 local script="$1" 14 local script="$1"
15 shift 15 shift
16 BASH_RPC_SHELL_OPTIONS=(--norc --noprofile) 16 BASH_RPC_SHELL_OPTIONS=(--norc --noprofile)
17 set -x
18 # printf 'DEBUG:<%s>\n' "${BASH_RPC_SSH_OPTIONS[@]}" >&2 17 # printf 'DEBUG:<%s>\n' "${BASH_RPC_SSH_OPTIONS[@]}" >&2
19 exec ssh \ 18 exec ssh \
20 "${BASH_RPC_SSH_OPTIONS[@]}" -- \ 19 "${BASH_RPC_SSH_OPTIONS[@]}" -- \