Files
azerothcore-wotlk/modules/acore/startup-scritps/examples/starter-auth.sh
Yehonal 9466e0c21c Improved run engine and moved on separated module
+ Also added some example script to create your own
restart script
2016-09-02 00:21:02 +02:00

15 lines
185 B
Bash

#!/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