SA-MP Forums Archive
Update Command! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Update Command! (/showthread.php?tid=554570)



Update Command! - Barnwell - 04.01.2015

i add this in gamepanel

Код:
tar zxf samp03zsvr_R1.tar.gz
rm -f samp03zsvr_R1.tar.gz
rand_pass=$(date | md5sum | cut -f 1 -d " ")
sed -i \"s/rcon_password changeme/rcon_password $rand_pass/g\" server.cfg
for update version to 0.3z

when i start the server the version will back to 0.3x-R2

please help!