From b6cbfbc545c48233bfb15ca2739d656fac640c63 Mon Sep 17 00:00:00 2001 From: devdatt Date: Fri, 19 Dec 2025 15:36:59 +0530 Subject: [PATCH] display --- encoder/static.php | 1 - 1 file changed, 1 deletion(-) diff --git a/encoder/static.php b/encoder/static.php index 07f8ce7..6d24b26 100755 --- a/encoder/static.php +++ b/encoder/static.php @@ -451,7 +451,6 @@ function update_service($which_service) file_put_contents($file, $display); exec("sudo systemctl enable encoder-display"); exec("sudo systemctl restart encoder-display"); - exec("sudo reboot"); } else { exec("sudo systemctl stop encoder-display"); exec("sudo systemctl disable encoder-display");