Skip to content

Commit

Permalink
Merge pull request #12 from redBorder/development
Browse files Browse the repository at this point in the history
Bugfix/14483 fix red proxy and ips (#11)
  • Loading branch information
ViMesTor authored Feb 8, 2023
2 parents b668315 + 7cda53b commit 019cc91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packaging/rpm/redborder-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ chmod 0644 %{buildroot}/etc/bash_completion.d/*
%doc

%changelog
* Wed Feb 01 2023 Luis Blanco <[email protected]> -
- unliked reference for the IPS and Proxy for the red command
* Tue Jan 21 2022 David Vanhoucke <[email protected]> - 0.0.8-1
- adding extra functionality
* Tue Jan 17 2017 Juan J. Prieto <[email protected]> - 0.0.1-1
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/check.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require "getopt/std"
require_relative "/usr/lib/redborder/lib/check/check_functions.rb"
require_relative "/usr/lib/redborder/lib/check/check_functions.rb" unless `rpm -qa | grep redborder-manager`.empty? #link reference only for the manager. Doing this check with chef could be faster

USAGE = <<ENDUSAGE
Expand Down

0 comments on commit 019cc91

Please sign in to comment.