Update dsmon.sh

This commit is contained in:
2023-07-15 18:18:03 -05:00
parent 90b052c8e2
commit 20e4801ed5

View File

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