Send logs to logstash
[vid.git] / deliveries / src / main / scripts / localize_war.sh
1 #!/bin/bash
2
3 source /tmp/vid/localize_portal.sh $1 || {
4         echo "ERROR: Localizing portal.properties failed"
5         exit 1
6 }
7
8 source /tmp/vid/localize_quartz.sh $1 || {
9         echo "ERROR: Localizing quartz.properties failed"
10         exit 1
11 }
12
13 source /tmp/vid/localize_system.sh $1 || {
14         echo "ERROR: Localizing system.properties failed"
15         exit 1
16 }
17
18 source /tmp/vid/localize_cache.sh $1 || {
19         echo "ERROR: Localizing cache.ccf failed"
20         exit 1
21 }
22
23 source /tmp/vid/localize_asdc.sh $1 || {
24         echo "ERROR: Localizing asdc.properties failed"
25         exit 1
26 }