diff --git a/html/launcher.php b/html/launcher.php
index 821a76b..407c436 100755
--- a/html/launcher.php
+++ b/html/launcher.php
@@ -1760,7 +1760,7 @@ if ($type == "screen_control") {
shell_exec($command);
echo "Started";
} elseif ($action == "stop") {
- $command = 'sudo pkill -f "screen_control/screen.py"';
+ $command = 'sudo pkill -f "screen.py"';
shell_exec($command);
echo "Stopped";
}