Added suggested steps in case of installation failure

This commit is contained in:
Pavel Odintsov 2019-07-14 20:56:40 +01:00
parent 241aefcbda
commit 60d1ed9594

@ -57,7 +57,7 @@ sub fast_die {
" send-event -m \"$message\" --logfile $install_log_path"); " send-event -m \"$message\" --logfile $install_log_path");
} }
die "$message\n"; die "$message Please share $install_log_path with FastNetMon team at GitHub to get help: https://github.com/pavel-odintsov/fastnetmon/issues/new\n";
} }
my $pf_ring_version = '6.0.3'; my $pf_ring_version = '6.0.3';