Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/setup-cfengine-build-host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ if grep -q suse /etc/os-release; then
fi
fi

if [ ! -x /var/cfengine/cf-agent ]; then
if [ ! -x /var/cfengine/bin/cf-agent ]; then
if ! ls cfengine-masterfiles*tar.gz >/dev/null 2>&1; then
echo "Installing cf-remote for possible package install and masterfiles download"
# try pipx first for debian as pip won't work.
Expand Down
Loading