diff options
Diffstat (limited to 'apps/startup-scripts/examples/restarter-world.sh')
-rw-r--r-- | apps/startup-scripts/examples/restarter-world.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/startup-scripts/examples/restarter-world.sh b/apps/startup-scripts/examples/restarter-world.sh deleted file mode 100644 index 9b34e114e0..0000000000 --- a/apps/startup-scripts/examples/restarter-world.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/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 - - |