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