Typing error in folder name

This commit is contained in:
Yehonal
2016-09-02 00:05:55 +02:00
parent cd2417eb2f
commit e947363b23
7 changed files with 0 additions and 0 deletions

View 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

View 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

View 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

View 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