change, print message

This commit is contained in:
rafael.ameijeiras 2021-04-16 09:40:03 +02:00
parent 029863807e
commit 40055c595a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ execute_cmd "echo 'Starting community deployment' > $LOGFILE" "All installer act
echo "Community installer version: $S_VERSION" >> $LOGFILE
# Pre checks
echo -en "${cyan}Loading pandoradb.sql to $DBNAME database...${reset}"
echo -en "${cyan}Checking compatible OS... ${reset}"
[[ $OS_RELEASE ]]
check_cmd_status "Error not compatible OS, $OS"