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);;