diff --git a/source/agent-local/agent-install.sh b/source/agent-local/agent-install.sh index bec5e0d..3df481e 100755 --- a/source/agent-local/agent-install.sh +++ b/source/agent-local/agent-install.sh @@ -38,6 +38,7 @@ function install_bb64() { _die "Failed to install bb64. Curl returned non-zero exit code." fi chown "$(id -u "$USER"):$(id -g "$USER")" "${BB64_path}" + chmod +x "${BB64_path}" # test if bb64 is installed if ! VER=$("${BB64_path}" version); then