diff --git a/sbin/spectre.pl b/sbin/spectre.pl index 03898dc62..bec7c1d0d 100644 --- a/sbin/spectre.pl +++ b/sbin/spectre.pl @@ -95,7 +95,8 @@ if ($shutdown) { my $res = ping(); print "Spectre is already running.\n" unless $res; exit unless $res; - fork and exit(sleep(1) and print((ping())?"Spectre failed to start!\n":"Spectre started successfully!\n")); + #fork and exit(sleep(1) and print((ping())?"Spectre failed to start!\n":"Spectre started successfully!\n")); #Can't have right now. + fork and exit; Spectre::Admin->new($config, $debug); }