diff options
Diffstat (limited to 'Dragon/data')
| -rwxr-xr-x | Dragon/data/TEST_GEO_hex_sect_tspc.access | 4 | ||||
| -rwxr-xr-x | Dragon/data/TEST_GEO_latt_tspc_S30.access | 4 | ||||
| -rwxr-xr-x | Dragon/data/fbr_colorset.access | 4 | ||||
| -rwxr-xr-x | Dragon/data/fbr_tone.access | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/Dragon/data/TEST_GEO_hex_sect_tspc.access b/Dragon/data/TEST_GEO_hex_sect_tspc.access index aebf920..6c57516 100755 --- a/Dragon/data/TEST_GEO_hex_sect_tspc.access +++ b/Dragon/data/TEST_GEO_hex_sect_tspc.access @@ -27,7 +27,9 @@ if [ -f "$pos"/draglibendfb7r1SHEM315_v5p1.gz ] then echo 'gunzipping DLIB_315' chmod 755 "$pos" - gunzip "$pos"/draglibendfb7r1SHEM315_v5p1.gz + if [ ! -f "$pos"/draglibendfb7r1SHEM315_v5p1 ]; then + gunzip "$pos"/draglibendfb7r1SHEM315_v5p1.gz + fi fi if [ -f "$pos"/draglibendfb7r1SHEM315_v5p1 ] then diff --git a/Dragon/data/TEST_GEO_latt_tspc_S30.access b/Dragon/data/TEST_GEO_latt_tspc_S30.access index bb190e8..10c3098 100755 --- a/Dragon/data/TEST_GEO_latt_tspc_S30.access +++ b/Dragon/data/TEST_GEO_latt_tspc_S30.access @@ -27,7 +27,9 @@ if [ -f "$pos"/draglibendfb7r1SHEM315_v5p1.gz ] then echo 'gunzipping draglibendfb7r1SHEM315_v5p1' chmod 755 "$pos" - gunzip "$pos"/draglibendfb7r1SHEM315_v5p1.gz + if [ ! -f "$pos"/draglibendfb7r1SHEM315_v5p1 ]; then + gunzip "$pos"/draglibendfb7r1SHEM315_v5p1.gz + fi fi if [ -f "$pos"/draglibendfb7r1SHEM315_v5p1 ] then diff --git a/Dragon/data/fbr_colorset.access b/Dragon/data/fbr_colorset.access index 298d7b1..c25647b 100755 --- a/Dragon/data/fbr_colorset.access +++ b/Dragon/data/fbr_colorset.access @@ -27,7 +27,9 @@ if [ -f "$pos"/draglibendfb7r1SHEM315_v5p1.gz ] then echo 'gunzipping DLIB_315' chmod 755 "$pos" - gunzip "$pos"/draglibendfb7r1SHEM315_v5p1.gz + if [ ! -f "$pos"/draglibendfb7r1SHEM315_v5p1 ]; then + gunzip "$pos"/draglibendfb7r1SHEM315_v5p1.gz + fi fi if [ -f "$pos"/draglibendfb7r1SHEM315_v5p1 ] then diff --git a/Dragon/data/fbr_tone.access b/Dragon/data/fbr_tone.access index 396e3d6..fd8a33e 100755 --- a/Dragon/data/fbr_tone.access +++ b/Dragon/data/fbr_tone.access @@ -27,7 +27,9 @@ if [ -f "$pos"/draglibendfb7r1SHEM315_v5p1.gz ] then echo 'gunzipping DLIB_315' chmod 755 "$pos" - gunzip "$pos"/draglibendfb7r1SHEM315_v5p1.gz + if [ ! -f "$pos"/draglibendfb7r1SHEM315_v5p1 ]; then + gunzip "$pos"/draglibendfb7r1SHEM315_v5p1.gz + fi fi if [ -f "$pos"/draglibendfb7r1SHEM315_v5p1 ] then |
