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");