Update views.php

Thank you!

Co-Authored-By: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com>
This commit is contained in:
ehpersonal38
2022-05-30 13:31:53 -04:00
parent 95d7451596
commit 3949eff99e
+1 -1
View File
@@ -4,7 +4,7 @@ $user = shell_exec("awk -F: '/1000/{print $1}' /etc/passwd");
$home = shell_exec("awk -F: '/1000/{print $6}' /etc/passwd");
$home = trim($home);
if(!isset($_SESSION['behind'])) {
$_SESSION['behind'] = trim(shell_exec("sudo git -C ".$home."/BirdNET-Pi fetch > /dev/null 2>&1 && git -C ".$home."/BirdNET-Pi status | sed -n '2 p' | cut -d ' ' -f 7"));
$_SESSION['behind'] = trim(shell_exec("sudo -u$user git -C ".$home."/BirdNET-Pi fetch > /dev/null 2>&1 && sudo -u$user git -C ".$home."/BirdNET-Pi status | sed -n '2 p' | cut -d ' ' -f 7"));
}
if(intval($_SESSION['behind']) >= 99) {?>
<style>