From 51b0a1286f38788666d4819b82ff8f02956e0896 Mon Sep 17 00:00:00 2001 From: liberodark Date: Sat, 30 May 2020 11:35:05 +0200 Subject: [PATCH] Update convert.sh --- conf/convert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/convert.sh b/conf/convert.sh index dfa21b1..3d7c562 100644 --- a/conf/convert.sh +++ b/conf/convert.sh @@ -44,7 +44,7 @@ while IFS= read -r -d '' file do avidemux3_cli --nogui --video-codec "$video_codec" --audio-codec "$audio_codec" --load "$file" --output-format "$output_format" --save "${file%.*}.mp4" --quit rm -f "$file" -done < <(find /home/pc/Téléchargements/Movies/ -name '*.mkv' -print0 -o -name '*.avi' -print0) +done < <(find /home/yunohost.app/streama/upload/ -name '*.mkv' -print0 -o -name '*.avi' -print0) chown -R streama:users /home/yunohost.app/streama/upload/ }