This commit is contained in:
2023-08-28 22:38:50 -05:00
parent 74913654ae
commit 39324f974a
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,8 @@ action="$1"
FOLDER='/opt/idssys/linupx'
VERS='6.60.1-08282023'
[ "$(dpkg-query -W --showformat='${Status}\n' grepcidr | grep "install ok installed")" == "" ] && sudo ${APTFUNC} -y install grepcidr >/dev/null 2>&1
Color_Off='\033[0m'
Blue='\033[0;34m'

View File

@@ -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
UPDATE1() {
if [ "$opennms" = true ]; then