@@ -1,5 +1,9 @@
#!/usr/bin/env bash
current_dir=$(cd $(dirname $0) && pwd)
base_dir=${current_dir}
cd ${base_dir}
command -v fleet
fleet_installed=$?
if [ ${fleet_installed} == 1 ]; then
The note is not visible to the blocked user.