Update source/agent-remote/agent-install.sh
This commit is contained in:
@@ -30,11 +30,12 @@ function install_bb64() {
|
|||||||
chmod +x "${BB64_path}"
|
chmod +x "${BB64_path}"
|
||||||
|
|
||||||
# test if bb64 is installed
|
# test if bb64 is installed
|
||||||
if ! VER=$("${BB64_path}" version); then
|
if VER=$("${BB64_path}" version); then
|
||||||
|
echo "bb64 v$VER installed."
|
||||||
|
else
|
||||||
_die "bb64 did not install correctly."
|
_die "bb64 did not install correctly."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "bb64 v$VER installed."
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user