revoked unnecessary require

This commit is contained in:
Dominique Roux 2019-10-04 22:44:02 +02:00
parent 0459bde77f
commit 3edf207994

View file

@ -17,7 +17,7 @@ rule_files="$(cat "$__object/parameter/rule-files")"
##### INSTALL THE PACKAGE ###################################################
require_pkg="prometheus" # what to require if I want to require "the package"
require_pkg="" # what to require if I want to require "the package"
require=""
if [ -f "$__object/parameter/install-from-backports" ]; then
os=$(cat "$__global/explorer/os")