summaryrefslogtreecommitdiff
path: root/apps/startup-scripts/examples/restarter-auth.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apps/startup-scripts/examples/restarter-auth.sh')
-rw-r--r--apps/startup-scripts/examples/restarter-auth.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/startup-scripts/examples/restarter-auth.sh b/apps/startup-scripts/examples/restarter-auth.sh
deleted file mode 100644
index 61ea8b9cfa..0000000000
--- a/apps/startup-scripts/examples/restarter-auth.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-auth.sh"
-
-restarter
-
-