diff --git a/homepage/views.php b/homepage/views.php index 32f53d6..d446f63 100644 --- a/homepage/views.php +++ b/homepage/views.php @@ -6,9 +6,7 @@ $home = shell_exec("awk -F: '/1000/{print $6}' /etc/passwd"); $home = trim($home); if(!isset($_SESSION['behind'])) { $fetch = shell_exec("sudo -u".$user." git -C ".$home."/BirdNET-Pi fetch 2>&1"); - if(strlen($fetch) > 0) { - $_SESSION['behind'] = trim(shell_exec("sudo -u".$user." 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 status | sed -n '2 p' | cut -d ' ' -f 7")); if(isset($_SESSION['behind'])&&intval($_SESSION['behind']) >= 99) {?>