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
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ my $config = read_configuration({},' ', [
if (!defined($ConfFile) || !-e $ConfFile) {
print $HELP;
exit 1;
exit 0;
}
if(!-d dirname($ConfFile).'\commands') {
@ -87,7 +87,7 @@ if ($@) {
if (is_enabled($config->{'debug'})) {
print STDERR $@."\n";
}
exit 1;
exit 0;
}
exit 0;