Skip to content

Commit

Permalink
fixed runr.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyu1018 committed Nov 4, 2016
1 parent c648567 commit d9c26c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _Out/Server/runr.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ export LC_ALL="C"

cd Release

chmod -R 777 NFPluginLoader_r
chmod -R 777 NFPluginLoader

./NFPluginLoader_r -d Server=MasterServer ID=3
./NFPluginLoader -d Server=MasterServer ID=3

./NFPluginLoader_r -d Server=WorldServer ID=7
./NFPluginLoader -d Server=WorldServer ID=7

./NFPluginLoader_r -d Server=LoginServer ID=4
./NFPluginLoader -d Server=LoginServer ID=4

./NFPluginLoader_r -d Server=GameServer ID=6
./NFPluginLoader -d Server=GameServer ID=6

./NFPluginLoader_r -d Server=ProxyServer ID=5
./NFPluginLoader -d Server=ProxyServer ID=5

ps -A|grep NF

0 comments on commit d9c26c4

Please sign in to comment.