Update rc code after execute omnishell_client - windows only

This commit is contained in:
fbsanchez 2021-06-07 10:58:05 +02:00
parent bc6b4acd8b
commit 389a74a823

View File

@ -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;