Skip to content

Commit efe5f13

Browse files
committed
fix: require sibling agentctl in cloudfog bridge
1 parent 4b06cf9 commit efe5f13

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

assets/sourceos/bin/turtle-cloudfog

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ set -eu
44

55
bin_dir="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)"
66
agentctl="$bin_dir/turtle-agentctl"
7-
if [ ! -x "$agentctl" ]; then
8-
agentctl="turtle-agentctl"
9-
fi
107

118
cmd="${1:-surfaces}"
129
case "$cmd" in

0 commit comments

Comments
 (0)