From ff38576ac9c205f885ac25c632091cd195605d5a Mon Sep 17 00:00:00 2001 From: DeathPleiad <43928323+Parad1seF0x@users.noreply.github.com> Date: Sat, 11 Nov 2023 21:16:17 +0000 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=BA=D0=B0=D0=BA=D0=B0?= =?UTF-8?q?=D0=BB=D0=BE=D1=81=D1=8C((99(?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/Models/Entities/Audio.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/Models/Entities/Audio.php b/Web/Models/Entities/Audio.php index a41b72aa..11d8502b 100644 --- a/Web/Models/Entities/Audio.php +++ b/Web/Models/Entities/Audio.php @@ -120,7 +120,7 @@ class Audio extends Media Shell::powershell("-executionpolicy bypass", "-File", __DIR__ . "/../shell/processAudio.ps1", ...$args) ->start(); } else { - Shell::bash(__DIR__ . "/../shell/processAudio.ps1", ...$args) // Pls workkkkk + Shell::bash(__DIR__ . "/../shell/processAudio.sh", ...$args) // Pls workkkkk ->start(); // idk, not tested :") }