On Sun, Feb 24, 2008 at 5:05 AM, Vaughan Reid &lt;<a href="mailto:vaunus@gmail.com">vaunus@gmail.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">









<div link="blue" vlink="purple" lang="EN-AU">

<div>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">I am assuming this is for a pbsetup wrapper script you are
writing? If so, try splitting the pbsetup.run calls into separate commands as
follows:</span></p><div class="Ih2E3d">

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">&nbsp;</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">$GAME=cod<br>
$GAMEPATH=/home/username/codseries-server<br>
<br>
wget <a href="http://websec.evenbalance.com/downloads/linux/pbsetup.run" target="_blank">http://websec.evenbalance.com/downloads/linux/pbsetup.run</a><br>
chmod +x pbsetup.run</span></p>

</div><p><span style="font-size: 11pt; color: rgb(31, 73, 125);">./pbsetup.run -e --i-accept-the-pb-eula</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">./pbsetup.run -ag=$GAME -ap=&quot;$GAMEPATH&quot;
--i-accept-the-pb-eula</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">./pbsetup.run -u --i-accept-the-pb-eula</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">rm -rf pbsetup.run</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">&nbsp;</span></p></div></div></blockquote></div><br><span style="font-size: 11pt; color: rgb(31, 73, 125);">
$GAMEPATH=/home/username/codseries-server<br><br>Should the gamepath also include the pb folder? <br><br></span><span style="font-size: 11pt; color: rgb(31, 73, 125);">
$GAMEPATH=/home/username/codseries-server/pb<br><br><br>Thanks in advance.<br><br>--jay<br></span>