$lastSecondCommands='';
if( $usePassphrase )
$lastSecondCommands .= ' --command-fd '.PASSPHRASE_FD;
$lastSecondCommands .= ' --batch --command-fd '.PASSPHRASE_FD;
else
$lastSecondCommands .= ' --batch';