mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
Update rc code after execute omnishell_client - windows only
This commit is contained in:
parent
bc6b4acd8b
commit
389a74a823
@ -63,7 +63,7 @@ my $config = read_configuration({},' ', [
|
|||||||
|
|
||||||
if (!defined($ConfFile) || !-e $ConfFile) {
|
if (!defined($ConfFile) || !-e $ConfFile) {
|
||||||
print $HELP;
|
print $HELP;
|
||||||
exit 1;
|
exit 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!-d dirname($ConfFile).'\commands') {
|
if(!-d dirname($ConfFile).'\commands') {
|
||||||
@ -87,7 +87,7 @@ if ($@) {
|
|||||||
if (is_enabled($config->{'debug'})) {
|
if (is_enabled($config->{'debug'})) {
|
||||||
print STDERR $@."\n";
|
print STDERR $@."\n";
|
||||||
}
|
}
|
||||||
exit 1;
|
exit 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
exit 0;
|
exit 0;
|
Loading…
x
Reference in New Issue
Block a user