Modified way for getting current commit hash - more robust because now it works for branches
This commit is contained in:
@@ -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>
|
<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>
|
</form>
|
||||||
<?php
|
<?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);
|
$curr_hash = shell_exec($cmd);
|
||||||
?>
|
?>
|
||||||
<p style="font-size:11px;text-align:center"></br></br>Running version: </p>
|
<p style="font-size:11px;text-align:center"></br></br>Running version: </p>
|
||||||
|
|||||||
Reference in New Issue
Block a user