diff options
Diffstat (limited to 'apps/startup-scripts/examples/restarter-auth.sh')
-rw-r--r-- | apps/startup-scripts/examples/restarter-auth.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/startup-scripts/examples/restarter-auth.sh b/apps/startup-scripts/examples/restarter-auth.sh index 575981cf2a..61ea8b9cfa 100644 --- a/apps/startup-scripts/examples/restarter-auth.sh +++ b/apps/startup-scripts/examples/restarter-auth.sh @@ -2,12 +2,12 @@ PATH_RUNENGINE="./" -source $PATH_RUNENGINE/run-engine +source "$PATH_RUNENGINE/run-engine" # you must create your conf -# copying conf.sh.dist +# copying conf.sh.dist # and renaming as below -source ./conf-auth.sh +source "./conf-auth.sh" restarter |