From 42854b5585b9b62045f6618271eeeb37ea215543 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jul 2023 21:44:49 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- dsmon.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 9d206c2..c09b331 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS=2.2.10-07042023 +VERS=2.2.12-07042023 DS_FOLDER=/opt/idssys/dsmon DS_CRONTAB_FOLDER=/opt/idssys/nodemgmt/crontabs diff --git a/dsmon.sh b/dsmon.sh index dda40ed..de0b12e 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -337,7 +337,7 @@ GETCRONTABS(){ } GETCRONTAB(){ if ! command -v sshpass > /dev/null; then - apt install -yq sshpass > /dev/null 2>&1 + apt install -y sshpass > /dev/null 2>&1 fi hostname=$(hostname)