Changeset 30392


Ignore:
Timestamp:
2016-03-04T19:04:02+13:00 (8 years ago)
Author:
ak19
Message:

Deleting expeditee snapshot before regenerating.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/create-expeditee.sh

    r30391 r30392  
    3030        # then run the 'rke' command from snapshots\expeditee
    3131        pushd "$currentdir/snapshots"
     32        if test -d expeditee; then
     33            echo "Deleting $currentdir/snapshots/expeditee...."
     34            rm -rf $currentdir/snapshots/expeditee
     35        fi
    3236        if ! test -d expeditee; then
    3337            mkdir expeditee
Note: See TracChangeset for help on using the changeset viewer.