summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoru <u@billy>2023-05-30 16:55:41 -0400
committeru <u@billy>2023-05-30 16:55:41 -0400
commit431f7e15201d5b9e6f348ba4367a403b0f022939 (patch)
tree5654d2fd18f13650eb04480eef0724f0e4662379
parentc8048d5df939c1c3bc75b939f11f30b3224ff02a (diff)
endofossil will return success upon request
-rw-r--r--src/endofossil1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/endofossil b/src/endofossil
index 6636163..2c5c43c 100644
--- a/src/endofossil
+++ b/src/endofossil
@@ -36,6 +36,7 @@ done < <(ssh-keygen -f <(printf '%s\n' "$keytype $keyvalue") -r .)
36 36
37case "$SSH_ORIGINAL_COMMAND" in 37case "$SSH_ORIGINAL_COMMAND" in
38 *\"* ) exit 1 ;; 38 *\"* ) exit 1 ;;
39 : | true | /bin/true ) exit 0 ;;
39 fossil\ test-http\ * ) 40 fossil\ test-http\ * )
40 set -- $SSH_ORIGINAL_COMMAND 41 set -- $SSH_ORIGINAL_COMMAND
41 [ $# = 3 ] 42 [ $# = 3 ]