From 662d118a48c475b528fcdb5d0e07ae7477a79152 Mon Sep 17 00:00:00 2001 From: Stephan Geisler <> Date: Wed, 16 Oct 2019 23:15:23 +0200 Subject: [PATCH] Detailanpassung --- Build/synOTR.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Build/synOTR.sh b/Build/synOTR.sh index 2eea3ee..baf1e7f 100644 --- a/Build/synOTR.sh +++ b/Build/synOTR.sh @@ -131,7 +131,6 @@ ffmpeg="${APPDIR}/app/binARMv7l/ffmpeg" avcut="${APPDIR}/app/binARMv7l/avcut" if [[ `uname -a | grep "armadaxp" ` ]] ; then - #if [ $device = "ds214" ] || [ $device = "ds414" ] ; then echo " alternative avcut-Version ohne asm wird verwendet" avcut="${APPDIR}/app/binARMv7l/avcut_disable-asm" fi @@ -169,7 +168,7 @@ synOTR_ENV - # alle Kommandos und Kindprozesse des Skriptes mit niedrigst möglicher Priorität ausgeführen: +# alle Kommandos und Kindprozesse des Skriptes mit niedrigst möglicher Priorität ausgeführen: echo "Priorität anpassen: $(renice -n 19 -p $$)" echo " $($ionice -c 2 -n 7 -p $$)"