fix process recognizer
This commit is contained in:
@@ -4,7 +4,7 @@ from webview import create_window, start
|
|||||||
import controldeck
|
import controldeck
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
if controldeck.process("ps -ef | grep -i controldeck.py | grep -v grep") == "":
|
if controldeck.process("ps -ef | grep -i controldeck | grep -v controldeck-gui | grep -v grep") == "":
|
||||||
controldeck.main()
|
controldeck.main()
|
||||||
|
|
||||||
config = controldeck.config_load()
|
config = controldeck.config_load()
|
||||||
|
|||||||
Reference in New Issue
Block a user