Modified way for getting current commit hash - more robust because now it works for branches

This commit is contained in:
Louis Croisez
2023-04-24 15:30:58 +02:00
parent 63326ea01a
commit 6f674d1c2f
+1 -1
View File
@@ -45,7 +45,7 @@ function update() {
<button type="submit" name="submit" value="sudo clear_all_data.sh" onclick="return confirm('Clear ALL Data? Note that this cannot be undone and will take up to 90 seconds.')">Clear ALL data</button>
</form>
<?php
$cmd="cat ".$home."/BirdNET-Pi/.git/refs/heads/main";
$cmd="cd ".$home."/BirdNET-Pi && sudo -u birdnet git rev-list --max-count=1 HEAD";
$curr_hash = shell_exec($cmd);
?>
<p style="font-size:11px;text-align:center"></br></br>Running version: </p>