Skip to content

Commit 8b97de8

Browse files
committed
Fix #127
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: @cniweb)
1 parent 2f82add commit 8b97de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-stop-status.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ case $1 in
8585
echo " call start.sh." >>$LOG
8686
su - ${DAEMON_USER} -s /bin/sh -c "cd ${SYNOPKG_PKGDEST} && ./${ENGINE_SCRIPT} &"
8787
if [ $? -ne 0 ]; then echo " FAILED (su)" >>$LOG; exit 1; fi
88-
wait_for_status 0 5
88+
wait_for_status 0 30
8989
rm -f ${PIDFILE}
9090
if [ -n "$SYNOPKG_DSM_VERSION_MAJOR" -a $SYNOPKG_DSM_VERSION_MAJOR -ge 6 ]; then
9191
echo $(ps aux | grep "^${DAEMON_USER}.*java" | awk '{print $2}') >>${PIDFILE}

0 commit comments

Comments
 (0)