diff --git a/shell.py b/shell.py index 08498cd..6b4c2af 100644 --- a/shell.py +++ b/shell.py @@ -109,7 +109,7 @@ def main(): pclish_shtdwnsubsys() elif inp == "system": pclish_system() - elif inp = "echo": + elif inp == "echo": pclish_echo() else: execute_command(inp)