growwlll
This commit is contained in:
parent
6ee57746c9
commit
1eef5278bd
1 changed files with 4 additions and 4 deletions
|
@ -11,10 +11,10 @@ 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue