update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERS=2.2.10-07042023
|
VERS=2.2.12-07042023
|
||||||
|
|
||||||
DS_FOLDER=/opt/idssys/dsmon
|
DS_FOLDER=/opt/idssys/dsmon
|
||||||
DS_CRONTAB_FOLDER=/opt/idssys/nodemgmt/crontabs
|
DS_CRONTAB_FOLDER=/opt/idssys/nodemgmt/crontabs
|
||||||
|
|||||||
2
dsmon.sh
2
dsmon.sh
@@ -337,7 +337,7 @@ GETCRONTABS(){
|
|||||||
}
|
}
|
||||||
GETCRONTAB(){
|
GETCRONTAB(){
|
||||||
if ! command -v sshpass > /dev/null; then
|
if ! command -v sshpass > /dev/null; then
|
||||||
apt install -yq sshpass > /dev/null 2>&1
|
apt install -y sshpass > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
hostname=$(hostname)
|
hostname=$(hostname)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user