Browse Source

Some clears

Bob Mottram 8 years ago
parent
commit
ad63cf4867
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      src/freedombone

+ 6
- 0
src/freedombone View File

297
 }
297
 }
298
 
298
 
299
 # run some initial tests
299
 # run some initial tests
300
+clear
300
 ${PROJECT_NAME}-tests
301
 ${PROJECT_NAME}-tests
301
 if [ ! "$?" = "0" ]; then
302
 if [ ! "$?" = "0" ]; then
302
     exit 768252
303
     exit 768252
303
 fi
304
 fi
304
 
305
 
306
+clear
307
+echo ''
308
+echo $'Setting up the base installation'
309
+echo ''
310
+
305
 upgrade_installation_from_previous_versions
311
 upgrade_installation_from_previous_versions
306
 setup_utils
312
 setup_utils
307
 setup_email
313
 setup_email