revoked unnecessary require
This commit is contained in:
parent
0459bde77f
commit
3edf207994
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ rule_files="$(cat "$__object/parameter/rule-files")"
|
||||||
|
|
||||||
##### INSTALL THE PACKAGE ###################################################
|
##### 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=""
|
require=""
|
||||||
if [ -f "$__object/parameter/install-from-backports" ]; then
|
if [ -f "$__object/parameter/install-from-backports" ]; then
|
||||||
os=$(cat "$__global/explorer/os")
|
os=$(cat "$__global/explorer/os")
|
||||||
|
|
Loading…
Reference in a new issue