diff options
author | 2018-11-06 09:35:45 +0000 | |
---|---|---|
committer | 2018-11-06 09:35:45 +0000 | |
commit | 1ff7d1ac31d35819cea29671f5146cefcbe2cdf1 (patch) | |
tree | 49a9d9a1397feba7ae3e7eab89379cd295058439 /deliveries/src/main/scripts/localize_war.sh | |
parent | 9daaecd1a2450fe2bae247ae320b4e7c6d7ceee5 (diff) | |
parent | 72eaec3eaa5c6496c40842b45b81fcb04a8ec50a (diff) |
Merge "Move logback config from WAR"
Diffstat (limited to 'deliveries/src/main/scripts/localize_war.sh')
-rwxr-xr-x | deliveries/src/main/scripts/localize_war.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deliveries/src/main/scripts/localize_war.sh b/deliveries/src/main/scripts/localize_war.sh index 99cb177ed..53a928e84 100755 --- a/deliveries/src/main/scripts/localize_war.sh +++ b/deliveries/src/main/scripts/localize_war.sh @@ -1,6 +1,6 @@ #!/bin/bash -source /tmp/vid/localize_logback.sh $1 || { +source /tmp/vid/localize_logback.sh || { echo "ERROR: Localizing logback.xml failed" exit 1 } |