This commit is contained in:
John McLear 2013-11-24 12:51:50 +00:00
parent 6ee57746c9
commit 1eef5278bd

View file

@ -12,9 +12,9 @@ respawn
pre-start script pre-start script
cd $EPHOME cd $EPHOME
mkdir $EPLOGS ||true mkdir $EPLOGS ||true
chown $EPUSER:admin $EPLOGS ||true chown $EPUSER $EPLOGS ||true
chmod 0755 $EPLOGS ||true chmod 0755 $EPLOGS ||true
chown -R $EPUSER:admin $EPHOME/var ||true chown -R $EPUSER $EPHOME/var ||true
$EPHOME/bin/installDeps.sh >> $EPLOGS/error.log || { stop; exit 1; } $EPHOME/bin/installDeps.sh >> $EPLOGS/error.log || { stop; exit 1; }
end script end script