~ubuntu-branches/debian/sid/eso-midas/sid

« back to all changes in this revision

Viewing changes to system/unix/inmidas.sh

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-sl34juxohmn4aty4
Tags: 13.09pl1.2+dfsg-1
Initial release. (Closes: #740702)

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
if [ -z "$DAZUNIT" -a \( -z "$MIDOPTION" -o "$MIDOPTION" = "NOPARALLEL" -o "$SELECT_UNIT" = "AUTO" \) ]
225
225
then
226
226
 
227
 
 lockfile -1 -r 10 $MID_WORK/running.lock       # 2> /dev/null 
 
227
 dotlockfile -r 5 $MID_WORK/running.lock        # 2> /dev/null 
228
228
 if [ $? != 0 ] ; then
229
229
    DAZUNIT=99
230
230