From cd714a103b1cc98ce85acdb7af11596b2254caa5 Mon Sep 17 00:00:00 2001 From: devdatt Date: Tue, 9 Dec 2025 07:40:32 +0530 Subject: [PATCH] delay update --- encoder/input.php | 8 ++++---- encoder/static.php | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/encoder/input.php b/encoder/input.php index e1fe8a3..39bd705 100755 --- a/encoder/input.php +++ b/encoder/input.php @@ -173,12 +173,12 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
- - + +
- - + +
diff --git a/encoder/static.php b/encoder/static.php index e5032ff..4d47b3f 100755 --- a/encoder/static.php +++ b/encoder/static.php @@ -400,7 +400,6 @@ function update_service($which_service) echo "Error writing file."; } exec("sudo systemctl restart encoder-main"); - exec("sudo reboot"); break; case 'display';