Skip to content
Snippets Groups Projects
Commit 0dd1a1cb authored by jurgenhaas's avatar jurgenhaas
Browse files

Always set path for nodejs forever scripts

parent 546d71dd
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,7 @@ ...@@ -16,9 +16,7 @@
export FOREVER_ROOT="/root/.forever" export FOREVER_ROOT="/root/.forever"
FOREVER=$(which forever) FOREVER=$(which forever)
if [ $PATH == '' ]; then PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
fi
#Setup Environment variables (if any) #Setup Environment variables (if any)
{% for export in item.envVarsArray|default([]) %} {% for export in item.envVarsArray|default([]) %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment