Skip to content

Commit

Permalink
Update JWAVE_PREP
Browse files Browse the repository at this point in the history
Removing lines using for testing presence of files while debugging.
  • Loading branch information
ajhenrique committed Jun 3, 2020
1 parent bb79d7a commit ba89548
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jobs/JWAVE_PREP
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ else
if [ ! -L $ROTDIR/${WAVECUR_DID}.${RPDY} ]; then # Check if symlink already exists in ROTDIR
$NLN $DMPDIR/${WAVECUR_DID}.${RPDY} $ROTDIR/${WAVECUR_DID}.${RPDY}
fi

ls -l $DMPDIR/$CDUMP.${PDY}/$cyc/${WAVICEFILE}
ls -l $ROTDIR/$CDUMP.${PDY}/$cyc/${WAVICEFILE}
if [ ! -L $ROTDIR/${CDUMP}.${PDY}/${cyc}/${WAVICEFILE} ]; then # Check if symlink already exists in ROTDIR
$NLN $DMPDIR/$CDUMP.${PDY}/$cyc/${WAVICEFILE} $ROTDIR/$CDUMP.${PDY}/$cyc/${WAVICEFILE}
fi
Expand Down

0 comments on commit ba89548

Please sign in to comment.