fix process recognizer

This commit is contained in:
2021-04-04 22:07:53 +02:00
parent e563470b64
commit f108910b87

View File

@@ -4,7 +4,7 @@ from webview import create_window, start
import controldeck
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()
config = controldeck.config_load()