Skip to content
Snippets Groups Projects
Commit 969b9d56 authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci
Browse files

bootstrap-install: Added command to collect seed_mec crontab(1) information

parent 0984e3f4
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,8 @@ collect_information(){ ...@@ -72,6 +72,8 @@ collect_information(){
printf " Commands\n%b" \ printf " Commands\n%b" \
" ========\n\n" " ========\n\n"
printf "seed_mec user crontab\n"
crontab -u seed_mec -l
printf "ifconfig\n" printf "ifconfig\n"
/sbin/ifconfig /sbin/ifconfig
printf "route\n" printf "route\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment