mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
Typing error in folder name
This commit is contained in:
14
modules/acore/startup-scripts/examples/restarter-auth.sh
Normal file
14
modules/acore/startup-scripts/examples/restarter-auth.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
$PATH_RUNENGINE=""
|
||||
|
||||
source $PATH_RUNENGINE/run-engine
|
||||
|
||||
# you must create your conf
|
||||
# copying conf.sh.dist
|
||||
# and renaming as below
|
||||
source ./conf-auth.sh
|
||||
|
||||
restarter
|
||||
|
||||
|
||||
14
modules/acore/startup-scripts/examples/restarter-world.sh
Normal file
14
modules/acore/startup-scripts/examples/restarter-world.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
$PATH_RUNENGINE=""
|
||||
|
||||
source $PATH_RUNENGINE/run-engine
|
||||
|
||||
# you must create your conf
|
||||
# copying conf.sh.dist
|
||||
# and renaming as below
|
||||
source ./conf-world.sh
|
||||
|
||||
restarter
|
||||
|
||||
|
||||
14
modules/acore/startup-scripts/examples/starter-auth.sh
Normal file
14
modules/acore/startup-scripts/examples/starter-auth.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
$PATH_RUNENGINE=""
|
||||
|
||||
source $PATH_RUNENGINE/run-engine
|
||||
|
||||
# you must create your conf
|
||||
# copying conf.sh.dist
|
||||
# and renaming as below
|
||||
source ./conf-auth.sh
|
||||
|
||||
starter
|
||||
|
||||
|
||||
14
modules/acore/startup-scripts/examples/starter-world.sh
Normal file
14
modules/acore/startup-scripts/examples/starter-world.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
$PATH_RUNENGINE=""
|
||||
|
||||
source $PATH_RUNENGINE/run-engine
|
||||
|
||||
# you must create your conf
|
||||
# copying conf.sh.dist
|
||||
# and renaming as below
|
||||
source ./conf-world.sh
|
||||
|
||||
starter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user