Skip to content

Instantly share code, notes, and snippets.

@domgiles
Created August 29, 2018 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domgiles/9cc4f713caadb9c68d56e5e27ef189e4 to your computer and use it in GitHub Desktop.
Save domgiles/9cc4f713caadb9c68d56e5e27ef189e4 to your computer and use it in GitHub Desktop.
sed -i -e 's/<LogonGroupCount>1<\/LogonGroupCount>/<LogonGroupCount>5<\/LogonGroupCount>/' \
-e 's/<LogonDelay>0<\/LogonDelay>/<LogonDelay>300<\/LogonDelay>/' \
-e 's/<WaitTillAllLogon>true<\/WaitTillAllLogon>/<WaitTillAllLogon>false<\/WaitTillAllLogon>/' \
../configs/SOE_Server_Side_V2.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment