fix lsyncd calling

This commit is contained in:
Axel Kittenberger 2010-10-04 13:01:45 +00:00
parent 02892c30da
commit 2b70960933
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ mkdir -p "${WORKSOURCE}"/a/a
echo 'test' > "${WORKSOURCE}"/a/a/file
echo -e "$CON* starting lsyncd$COFF"
./lsyncd --logfile "${LOGFILE}" --pidfile --verbose "${PIDFILE}" --no-daemon "${WORKSOURCE}" "${WORKTARGET}"&
./lsyncd --logfile "${LOGFILE}" --pidfile "${PIDFILE}" --verbose --no-daemon "${WORKSOURCE}" "${WORKTARGET}"&
echo -e "$CON* waiting for lsyncd to start$COFF"
sleep 4s