update
This commit is contained in:
parent
8bfa5d9683
commit
68136a7e26
1 changed files with 6 additions and 1 deletions
|
|
@ -107,6 +107,11 @@ check_tools
|
|||
check_wallarm_cloud
|
||||
check_internal_app
|
||||
|
||||
if [[ "$SUDO_RESULT" == "PASS" ]] && [[ "$CLOUD_RESULT" == "PASS" ]]; then
|
||||
echo "$(date +%Y-%m-%d %H:%M:%S)" > /tmp/.wallarm_preflight_pass
|
||||
echo -e "${GREEN}Environment verified. Readiness flag created.${NC}"
|
||||
fi
|
||||
|
||||
echo -e "\n${YELLOW}-------------------------------------------------------"
|
||||
echo -e "PRE-FLIGHT COMPLETE. PLEASE SCREENSHOT THIS OUTPUT."
|
||||
echo -e "-------------------------------------------------------${NC}"
|
||||
echo -e "-------------------------------------------------------${NC}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue