Update linupx-scripts.sh
This commit is contained in:
@@ -10,7 +10,7 @@ source /opt/idssys/linupx/defaults.inc
|
||||
|
||||
[ -z ${useAutoremove+x} ] && echo -e "useAutoremove=1" >> /opt/idssys/linupx/settings.conf && source /opt/idssys/linupx/settings.conf
|
||||
|
||||
[ "$(dpkg-query -W --showformat='${Status}\n' grepcidr | grep "install ok installed")" == "" ] && sudo ${APTFUNC} -y install grepcidr >/dev/null 2>&1
|
||||
[ "$(dpkg-query -W --showformat='${Status}\n' grepcidr 2>/dev/null | grep "install ok installed")" == "" ] && sudo ${APTFUNC} -y install grepcidr >/dev/null 2>&1
|
||||
|
||||
UPDATE1() {
|
||||
if [ "$opennms" = true ]; then
|
||||
|
||||
Reference in New Issue
Block a user