diff options
author | Wild Kat <wk@users.noreply.github.com> | 2018-05-26 23:49:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-26 23:49:29 +0200 |
commit | 39dbb74c527c054007e26ad34c8921d4be6cb638 (patch) | |
tree | d55745153153450fb40e1f591eb861495a6068d9 /bin/oxidized | |
parent | defdc69f92b3bcf62b1fd3b5ceac63a7a4e637ae (diff) | |
parent | 42bf10b7bce34ff577c469f6c2f659f3913cbf4a (diff) |
Merge branch 'master' into FortiOS-Push
Diffstat (limited to 'bin/oxidized')
-rwxr-xr-x | bin/oxidized | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/oxidized b/bin/oxidized index 7a0b03d..1152833 100755 --- a/bin/oxidized +++ b/bin/oxidized @@ -1,6 +1,5 @@ #!/usr/bin/env ruby - # FIX ME, killing oxidized needs -9 trap("INT") { exit } # sinatra will otherwise steal this from us @@ -9,6 +8,6 @@ begin Oxidized::CLI.new.run rescue => error warn "#{error}" - debug = Oxidied.config.debug rescue true + debug = Oxidized.config.debug rescue true raise if debug end |