]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
fix: parallel opts with swap
authorBastian Dehn <hhaalo@arcor.de>
Tue, 27 Jun 2017 17:24:41 +0000 (19:24 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 27 Jun 2017 17:35:27 +0000 (19:35 +0200)
albentohandy

index e7b3108d2944cdc0e525f0c204736ccdf0c22318..634f6c19981743bff2bcc5e8915bfe721a484f0b 100755 (executable)
@@ -107,7 +107,7 @@ addInfo "flac -&gt; mp3 start<br>"
 # 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 -&gt; mp3 finished</p>"