From: Bastian Dehn Date: Tue, 27 Jun 2017 17:24:41 +0000 (+0200) Subject: fix: parallel opts with swap X-Git-Tag: v1.0.0^2~108 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=e7ba545d0132b4eb08626f9c754dfc94d86d5aeb;p=albentohandy.git fix: parallel opts with swap --- diff --git a/albentohandy b/albentohandy index e7b3108..634f6c1 100755 --- a/albentohandy +++ b/albentohandy @@ -107,7 +107,7 @@ addInfo "flac -> mp3 start
" # convert flac to mp3 # it is the longest phase printf "\nPhase %02d of %02d: flac -> mp3\n" $((curphase++)) $phase -find $work -name '*.flac' | sort | parallel $BASEFILE --will-cite --ungroup --eta --progress --noswap --sshlogin $parallelopts $scriptpath/flactomp3v2 {} +find $work -name '*.flac' | sort | parallel $BASEFILE --will-cite --ungroup --eta --progress --sshlogin $parallelopts $scriptpath/flactomp3v2 {} currentDate addInfo "flac -> mp3 finished

"