diff options
| -rwxr-xr-x | fml/libexec/fmlwrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fml/libexec/fmlwrapper b/fml/libexec/fmlwrapper index dfc9443f..1837ed3b 100755 --- a/fml/libexec/fmlwrapper +++ b/fml/libexec/fmlwrapper @@ -17,7 +17,7 @@ use Getopt::Long; $MainCF = '/etc/fml/main.cf'; eval { &Bootstrap();}; -if ($@) { print STDERR "Error: ", $@, "\n";} +if ($@) { print STDERR "Error: ", $@, "\n"; exit 1;} exit 0; |
