Commit 8e37c3fd6cd77df76ed9eeefd0b365c413420281
1 parent
d40cd553
Exists in
master
and in
47 other branches
Fix for synchro
Showing
1 changed file
with
1 additions
and
10 deletions
Show diff stats
update_amda/updateAmda
... | ... | @@ -42,16 +42,7 @@ |
42 | 42 | unset PARAM_INFO |
43 | 43 | #export DDUSER=XXXX |
44 | 44 | #export DDPASS=XXXX |
45 | - fi | |
46 | - | |
47 | - # In the case of SPASE synchro export SPASEUSER | |
48 | - if [ -z ${SPASEUSER+x} ] && [ $SYNCHRO ] | |
49 | - then | |
50 | - echo "SPASEUSER should be defined to SYNCHRO SPASE Registry" | |
51 | - echo "No SYNHRO wil be done!!!" | |
52 | - #export SPASEUSER=XXXX | |
53 | - unset SYNCHRO | |
54 | - fi | |
45 | + fi | |
55 | 46 | |
56 | 47 | if [ $CLEAN_NEWMETA ] |
57 | 48 | then | ... | ... |