slightly less feedback
This commit is contained in:
parent
248c089a5c
commit
50490a0a2e
1 changed files with 2 additions and 1 deletions
|
|
@ -95,7 +95,8 @@ if ($shutdown) {
|
||||||
my $res = ping();
|
my $res = ping();
|
||||||
print "Spectre is already running.\n" unless $res;
|
print "Spectre is already running.\n" unless $res;
|
||||||
exit 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);
|
Spectre::Admin->new($config, $debug);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue