From 3a687743fa2ba211f50483c916e85ae541e31554 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Thu, 2 Feb 2023 13:06:31 -0500 Subject: [PATCH] Update config.php --- scripts/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config.php b/scripts/config.php index aea83dc..d53c81a 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -111,7 +111,7 @@ if(isset($_GET["latitude"])){ if($model == "BirdNET_GLOBAL_3K_V2.2_Model_FP16"){ // Install new language label file - syslog_shell_exec("$home/BirdNET-Pi/scripts/install_language_label_nm.sh -l $language", $user); + 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); } else { syslog_shell_exec("$home/BirdNET-Pi/scripts/install_language_label.sh -l $language", $user); }