From 8c4e457c1ae35ffcb93620d8f86eff353a3f93c3 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Mon, 8 May 2023 13:32:22 -0400 Subject: [PATCH] removing sudo --- scripts/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config.php b/scripts/config.php index 809f5e4..5c56c05 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -123,7 +123,7 @@ if(isset($_GET["latitude"])){ 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); }