Some clears
This commit is contained in:
parent
9ef28082b2
commit
ad63cf4867
|
@ -297,11 +297,17 @@ function parse_args {
|
|||
}
|
||||
|
||||
# run some initial tests
|
||||
clear
|
||||
${PROJECT_NAME}-tests
|
||||
if [ ! "$?" = "0" ]; then
|
||||
exit 768252
|
||||
fi
|
||||
|
||||
clear
|
||||
echo ''
|
||||
echo $'Setting up the base installation'
|
||||
echo ''
|
||||
|
||||
upgrade_installation_from_previous_versions
|
||||
setup_utils
|
||||
setup_email
|
||||
|
|
Loading…
Reference in New Issue