Skip to content
Snippets Groups Projects
Commit 1eef5278 authored by John McLear's avatar John McLear
Browse files

growwlll

parent 6ee57746
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,10 @@ respawn
pre-start script
cd $EPHOME
mkdir $EPLOGS ||true
chown $EPUSER:admin $EPLOGS ||true
chmod 0755 $EPLOGS ||true
chown -R $EPUSER:admin $EPHOME/var ||true
mkdir $EPLOGS ||true
chown $EPUSER $EPLOGS ||true
chmod 0755 $EPLOGS ||true
chown -R $EPUSER $EPHOME/var ||true
$EPHOME/bin/installDeps.sh >> $EPLOGS/error.log || { stop; exit 1; }
end script
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment