Update 20_dbvisit_infos.sh
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
# run script only if dbvctl is running
|
||||||
|
|
||||||
|
count=$(ps -ef | grep dbvctl | grep -v grep | wc -l)
|
||||||
|
|
||||||
|
if [ $count -gt 0 ]; then
|
||||||
# dbvisit
|
# dbvisit
|
||||||
echo "<h2>Process DBVisit</h2>"
|
echo "<h2>Process DBVisit</h2>"
|
||||||
echo "<pre>"
|
echo "<pre>"
|
||||||
@@ -21,3 +26,4 @@ echo "</pre>"
|
|||||||
# echo "</pre>"
|
# echo "</pre>"
|
||||||
# echo "<br>"
|
# echo "<br>"
|
||||||
# done
|
# done
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user