From ecb0d0511d812f1c270bbd00d04c22c5da64e839 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Wed, 16 Feb 2022 09:49:23 -0500 Subject: [PATCH] testing updater --- scripts/system_controls.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/system_controls.php b/scripts/system_controls.php index 39d2f5f..b498c04 100644 --- a/scripts/system_controls.php +++ b/scripts/system_controls.php @@ -93,11 +93,11 @@ if($command == 'update_birdnet.sh'){ } if(isset($command)){ $results = shell_exec("$command 2>&1"); -echo "
$results
"; +echo " + +
$results
"; } } ob_end_flush(); ?> - -