Correction made in 'sudo -u' command
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>
|
||||
</form>
|
||||
<?php
|
||||
$cmd="cd ".$home."/BirdNET-Pi && sudo -u birdnet git rev-list --max-count=1 HEAD";
|
||||
$cmd="cd ".$home."/BirdNET-Pi && sudo -u ".$user." 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>
|
||||
|
||||
Reference in New Issue
Block a user