Skip to content

Commit

Permalink
removing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ehpersonal38 authored May 8, 2023
1 parent bddd8b3 commit 8c4e457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function() {

if($model == "BirdNET_GLOBAL_3K_V2.3_Model_FP16"){
// Install new language label file
syslog_shell_exec("sudo chmod +x $home/BirdNET-Pi/scripts/install_language_label_nm.sh && $home/BirdNET-Pi/scripts/install_language_label_nm.sh -l $language", $user);
syslog_shell_exec("chmod +x $home/BirdNET-Pi/scripts/install_language_label_nm.sh && $home/BirdNET-Pi/scripts/install_language_label_nm.sh -l $language", $user);
} else {
syslog_shell_exec("$home/BirdNET-Pi/scripts/install_language_label.sh -l $language", $user);
}
Expand Down

0 comments on commit 8c4e457

Please sign in to comment.