From 20e4801ed5408ec75acfe65c5035e3b3aa97d207 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 15 Jul 2023 18:18:03 -0500 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dsmon.sh b/dsmon.sh index f735efd..dace072 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -385,6 +385,7 @@ case $action in get-crontabs) GETCRONTABS ${2};; get-crontab) GETCRONTAB ${2};; fix-crontab) FIXCRONTAB;; + gettsip) GETTSIP;; run) RUN ${2};; runcmd) RUNCMD ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11};; update);;