Issue #1898: Modify service backup export_configuration script to also include site's map bundles.
Former-commit-id:7303425900
[formerly d197bc7fef0ca97f533d5270625b5e696ab29dca] Former-commit-id:d5c8ecc6d3
This commit is contained in:
parent
cc0748d2d9
commit
967ec40df6
1 changed files with 4 additions and 0 deletions
|
@ -79,6 +79,10 @@ log_msg Copying cave site configuration for site ${CAPS_SITE} to temporary direc
|
|||
cp -r ${LOCALIZATION_PATH}/cave_static/site/${CAPS_SITE}/gfe $caveDest/site
|
||||
log_msg 70
|
||||
|
||||
log_msg Copying cave site maps configuration for site ${CAPS_SITE} to temporary directory...
|
||||
cp -r ${LOCALIZATION_PATH}/cave_static/site/${CAPS_SITE}/bundles/maps $caveDest/site
|
||||
log_msg 75
|
||||
|
||||
log_msg Copying cave site colormaps configuration for site ${CAPS_SITE} to temporary directory...
|
||||
cp -r ${LOCALIZATION_PATH}/cave_static/site/${CAPS_SITE}/colormaps $caveDest/site
|
||||
log_msg 80
|
||||
|
|
Loading…
Add table
Reference in a new issue