this repo has no description
at main 313 B view raw
1#!/bin/sh 2 3# Execute the knot keys command with proper shell context 4exec /bin/sh -c '/usr/bin/knot keys -output authorized-keys \ 5 -internal-api "http://${KNOT_SERVER_INTERNAL_LISTEN_ADDR:-localhost:5444}" \ 6 -git-dir "${KNOT_REPO_SCAN_PATH:-/home/git/repositories}" \ 7 -log-path "/tmp/knotguard.log"' 8