This commit is contained in:
MeaTLoTioN 2021-06-17 21:00:17 +01:00
parent e6d275d910
commit 4cf26ff978

View File

@ -1,8 +1,6 @@
#!/usr/bin/env bash
WDIR="/mystic"
cd $WDIR
WDIR="/mystic"; cd $WDIR
F=$(ps -ef|grep "mis poll"|grep -v grep >/dev/null; [ $? -gt 0 ] && echo "NOT RUNNING" || echo "RUNNING")
M=$(pidof mutil; [ $? -gt 0 ] && echo "NOT RUNNING" || echo "RUNNING")