Skip to content
Snippets Groups Projects
Commit 71ea931d authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge branch 'rpm-fix2' into stable

parents f1f3d019 c9e258e6
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ fi ...@@ -34,7 +34,7 @@ fi
start() { start() {
echo -n $"Starting ${INST}: " echo -n $"Starting ${INST}: "
/usr/local/bin/${INST}.sh ${OPTIONS} >> /var/${INST}/logs/init.log 2>&1 /usr/bin/${INST}.sh ${OPTIONS} >> /var/${INST}/logs/init.log 2>&1
RETVAL=${?} RETVAL=${?}
if [ ${RETVAL} -eq 0 ] if [ ${RETVAL} -eq 0 ]
then then
......
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