Fixed, hopefully, one of the last bugs in the symstore script.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402513
This commit is contained in:
parent
5caeebf807
commit
d3394453ff
@ -34,7 +34,7 @@ while (<PDBLOG>)
|
||||
close(PDBLOG);
|
||||
|
||||
#Now that we're done, rsync back.
|
||||
rsync('..\\..\\symstore\\', 'sourcemod@alliedmods.net:~/public_html/symbols');
|
||||
rsync('../../symstore/', 'sourcemod@alliedmods.net:~/public_html/symbols');
|
||||
|
||||
sub rsync
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user