diff --git a/scripts/config.php b/scripts/config.php index 809f5e4f7..5c56c05d0 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -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); }