diff options
author | shennetsind <ind@henn.et> | 2013-02-16 17:43:04 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-02-16 17:43:04 -0200 |
commit | 3b122c06573fa66cb84417f2f08e78910b685476 (patch) | |
tree | 21a0b8068b62830f2b1a2e93516696d07cede966 /login-server.bat | |
parent | 78b4db8a026e9e16367daa12eac03955815ef94c (diff) | |
download | hercules-3b122c06573fa66cb84417f2f08e78910b685476.tar.gz hercules-3b122c06573fa66cb84417f2f08e78910b685476.tar.bz2 hercules-3b122c06573fa66cb84417f2f08e78910b685476.tar.xz hercules-3b122c06573fa66cb84417f2f08e78910b685476.zip |
Dropping _sql suffix in server names, part 2.
Git didn't like me renaming and changing the contents of files at once, so I had to send the renames in the previous commit and now the modifications in this commit
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'login-server.bat')
-rwxr-xr-x | login-server.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/login-server.bat b/login-server.bat index e38daa6d5..a36e07f17 100755 --- a/login-server.bat +++ b/login-server.bat @@ -1,2 +1,2 @@ @ECHO OFF -CALL serv.bat login-server_sql.exe Login-Server +CALL serv.bat login-server.exe Login-Server |