Correction made in 'sudo -u' command

This commit is contained in:
Louis Croisez
2023-04-24 15:36:54 +02:00
parent 6f674d1c2f
commit 7117d097fa
+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="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>